Commit Graph

8 Commits (c4b515491a074981023b6f68df620d3f50652dc5)

Author SHA1 Message Date
Ruben Dahl c4b515491a
Parsing 95% complete, only missing string parsing 2023-01-26 20:52:43 +01:00
Ruben 88bd82b762
Parser is now working, just need functionality.
Added error output and line numbers. Next up: Proper functionality.
2023-01-26 16:51:56 +01: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 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 b8d5dd5673 Started work on the CeeV language. 2023-01-13 20:21:15 +01:00