Commit Graph

11 Commits (master)

Author SHA1 Message Date
Ruben Dahl 5667f1637e
Reverted changes in colors.{cc,h}
`static x(const std::string& input)` caused errors, so it had to be
reverted.
2023-07-30 20:47:57 +02:00
Ruben Dahl fe9589cc82 Started cleanup of code
Restarting work on this, going to do some refactoring on the project
first.
2023-07-30 19:22:43 +02:00
Ruben Dahl 048b26ca2b
Started handling tokens. 2023-01-17 21:37:12 +01:00
Ruben 707337ca6e
Added the beginning of the language 2023-01-16 15:43:54 +01:00
Ruben Dahl f524c4a84d
Fixed formatting in the readme 2023-01-15 19:52:12 +01:00
Ruben Dahl ccc88d0888
Added documentation for the language source. 2023-01-15 19:40:08 +01:00
Ruben Dahl 9745e4d63a
Showing off an example of the CeeV language
Very much in the beginning phase, and I haven't starting the parsing
yet, but it is a start.
2023-01-15 15:27:31 +01:00
Ruben Dahl c5a1cda975
Added syntax highlighting for vim 2023-01-14 15:06:44 +01:00
Ruben Dahl 2e4e5bff3d
Redid the test library
It doesn't compile using g++ itself, so it's still using cmake.
This isn't too bad though, since it's only an aux library.
2023-01-14 12:34:38 +01:00
Ruben Dahl 870c6089f4 Cleaned up the files 2023-01-13 20:27:01 +01:00
Ruben Dahl b8d5dd5673 Started work on the CeeV language. 2023-01-13 20:21:15 +01:00