Commit Graph

9 Commits

Author SHA1 Message Date
c25197bab3 Change workflow to create a build directory
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
2025-09-30 20:20:32 +03:00
48a5bf6ee5 Added test workflow file
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
2025-09-30 20:17:47 +03:00
6f58051284 Add new lex() function to streamline lexing, change main to reflect this 2025-09-30 17:52:53 +03:00
08136c6492 Change main to read a single token and print 2025-09-30 17:41:53 +03:00
5eadf0b643 Add operator<< implementation for Token for debugging purposes 2025-09-30 17:41:31 +03:00
1fbbff68b9 Add lex.cpp to build target 2025-09-30 17:39:00 +03:00
de08276b53 Untested additions to lexer - almost complete now 2025-09-30 17:26:29 +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