Yakra
- 4 Devlogs
- 0 Total hours
making a programming language called yak/yakra (unsure of name) for fun, writing compiler in c++ and planning to make it transpile to racket as well
making a programming language called yak/yakra (unsure of name) for fun, writing compiler in c++ and planning to make it transpile to racket as well
expanding lexer
just added some more token types really
lexer finally works for all numbers/operations !!!!!!
lexer / tokenizer to allow input code to be parsed in the future - right now only works on numbers - (still wip). unsure whether or not to call my language yak or yakra though.