Functional programming language with an interpreter
Github copilot for general code completion and claude for helping out with the ASTParser class
Functional programming language with an interpreter
Github copilot for general code completion and claude for helping out with the ASTParser class
I built a language from scratch, the AST parser was very challenging, im proud of the language’s syntax, i think its very simple to understand
Added support for Kotlin/JS and made a website
Log in to leave a comment
Added support for enums
Log in to leave a comment
Implemented any type
Log in to leave a comment
Made a basic interpreter/vm
Log in to leave a comment
Refactored test code
Rewrote some parts of the parsers
Implemented basic AST parsing
Implemented string interpolation parsing
Procrastinated for too long
Log in to leave a comment
Type resolving phase and double functionref parsing
Log in to leave a comment
Fixed function parser eating a token
Added struct parsing
Log in to leave a comment
Made a basic lexer and top level parser(functions and entrypoint right now, structs soon)
Log in to leave a comment
Wrote some test files and brainstormed what the language should look like
Log in to leave a comment