9 Commits

Author SHA1 Message Date
a0124b791d Change C++ version
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
2025-10-07 19:52:52 +03:00
7746fdda6f Initial parser attempt added - seems to parse correctly
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
2025-10-03 22:07:20 +03:00
00fdc84d22 Minor changes - change vector to deque in lexer as this needs to behave like a queue 2025-10-03 21:08:43 +03:00
15176cdbf6 Change CMakeLists.txt to expect Catch2 in system path to speed up builds
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
2025-10-02 18:08:22 +03:00
a40487f84d Change build code to be maximally pedantic
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
2025-10-02 17:20:14 +03:00
8fc3e82173 Added testing with Catch2
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
2025-09-30 21:46:26 +03:00
1fbbff68b9 Add lex.cpp to build target 2025-09-30 17:39:00 +03:00
19b0eb48bb Added a skeleton for the lexer 2025-09-30 16:50:33 +03:00
43e05597ac Initial commit (simple build skeleton) 2025-09-30 15:04:54 +03:00