• neos Universal Compiler and Tree-sitter

    From Mr Flibble@3:633/280.2 to All on Thu Apr 10 05:56:10 2025
    Hi!

    Interestingly whilst my project, neos (the universal compiler that can
    compile any programming language) is still a WIP I have already
    implemented functionality equivalent to what Tree-sitter provides: mapping between AST and original source code so you can do things such as syntax highlighting in a code editor.

    /Flibble

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: Eweka Internet Services (3:633/280.2@fidonet)
  • From candycanearter07@3:633/280.2 to All on Thu Apr 10 09:30:03 2025
    Mr Flibble <flibble@red-dwarf.jmc.corp> wrote at 19:56 this Wednesday (GMT):
    Hi!

    Interestingly whilst my project, neos (the universal compiler that can compile any programming language) is still a WIP I have already
    implemented functionality equivalent to what Tree-sitter provides: mapping between AST and original source code so you can do things such as syntax highlighting in a code editor.

    /Flibble


    Can we see an example?
    --
    user <candycane> is generated from /dev/urandom

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: the-candyden-of-code (3:633/280.2@fidonet)
  • From Mr Flibble@3:633/280.2 to All on Thu Apr 10 09:43:35 2025
    On Wed, 09 Apr 2025 23:30:03 +0000, candycanearter07 wrote:

    Mr Flibble <flibble@red-dwarf.jmc.corp> wrote at 19:56 this Wednesday
    (GMT):
    Hi!

    Interestingly whilst my project, neos (the universal compiler that can
    compile any programming language) is still a WIP I have already
    implemented functionality equivalent to what Tree-sitter provides:
    mapping between AST and original source code so you can do things such
    as syntax highlighting in a code editor.

    /Flibble


    Can we see an example?

    Yes.

    https://github.com/i42output/neos/blob/master/languages/neoscript.neos https://github.com/i42output/neos/blob/master/languages/examples/neoscript/ fibonacci.neo

    /Flibble

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: Eweka Internet Services (3:633/280.2@fidonet)