aboutsummaryrefslogtreecommitdiff
path: root/asm/lexer.hpp
AgeCommit message (Expand)Author
2024-04-16lerr_type_t::UNKNOWN_CHAR -> UNKNOWN_LEXEMEAryadev Chavali
2024-04-15lerr_t is now a struct with constructorsAryadev Chavali
2024-04-15lexer now produces a vector of heap allocated tokensAryadev Chavali
2024-04-14enum -> enum class in lexerAryadev Chavali
2024-04-14Implemented tokenise_bufferAryadev Chavali
2024-04-14Wrote a new lexer API in C++Aryadev Chavali