Aryadev Chavali
|
86e9d51ab0
|
enum -> enum class in lexer
This makes enum elements scoped which is actually quite useful as I
prefer the namespacing that enum's give in C++.
|
2024-04-14 17:17:51 +06:30 |
|
Aryadev Chavali
|
a8f605c89b
|
Implemented tokenise_buffer
Note that this is basically the same as the previous version,
excluding the fact that it uses C++ idioms more and does a bit better
in error checking.
|
2024-04-14 17:04:15 +06:30 |
|
Aryadev Chavali
|
e7a09c0de4
|
Wrote a new lexer API in C++
Essentially a refactor of the C formed lexer into C++ style. I can
already see some benefits from doing this, in particular speed of
prototyping.
|
2024-04-14 16:52:58 +06:30 |
|