Skip to content

First release lexer-0.1

Pre-release
Pre-release

Choose a tag to compare

@v1ctorio v1ctorio released this 16 Jul 15:20
· 5 commits to main since this release

First release, for now, only the lexer is implemented.

I have attached a statically-linked version of the lexer below, but there are instructions on how to build it the readme.
And the grammar of the language.

To use the yatsl compiler (lexer), you just have to provide a source file to the yatslc executables

$ ./yatslc <inputFile>

there is an example file in the repo, example.tsl

For more info, refer to the project readme