Syntax prototype and basic parser #1
Reference in New Issue
Block a user
Delete Branch "feat/syntax-prototype"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements a basic syntax for type annotation and type definitions
It adds adds basic lexers and parsers, adapted from the Crafting Interpreters book by Robert Nystrom, more specifically from my previous Python implementation
This is still a prototype and the syntax / implementation will change