raustin9 / ThunderBirdCompiler

Compiler for ThunderBird language. Uses hand-built lexer and recursive descent parser for the front end. Back end will be handled using LLVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend lexer tokens

raustin9 opened this issue · comments

Account for +=, -=, *=, /=, %= operators when doing lexical analysis.