Skip to content
/ yatsl Public

Relese lexer-0.2 - Integers!

Pre-release
Pre-release

Choose a tag to compare

@v1ctorio v1ctorio released this 21 Jul 22:19

Full Changelog: lexer-0.1...lexer-0.2

  • Add support for integers
  • Allow "*" as identifier content

prev 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>gt;

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

For more info, refer to the project readme