Commit Graph

20 Commits

Author SHA1 Message Date
haxala1r a40487f84d Change build code to be maximally pedantic
ci/woodpecker/push/workflow Pipeline was successful
2025-10-02 17:20:14 +03:00
haxala1r 47f33f3dc0 Change lexer code to use an option instead of ignoring the variant when no value is needed 2025-10-02 17:19:51 +03:00
haxala1r d0eae97771 Update README.md
ci/woodpecker/push/workflow Pipeline was successful
2025-09-30 22:32:44 +03:00
haxala1r e1580755e9 Use correct path for test executable
ci/woodpecker/push/workflow Pipeline was successful
2025-09-30 21:49:37 +03:00
haxala1r 8fc3e82173 Added testing with Catch2
ci/woodpecker/push/workflow Pipeline failed
2025-09-30 21:46:26 +03:00
haxala1r 34d35d6039 compile_commands.json should be generated per person
ci/woodpecker/push/workflow Pipeline was successful
2025-09-30 21:44:14 +03:00
haxala1r a476d1b9e9 Updated README.md, added status badge for continuous integration 2025-09-30 21:39:59 +03:00
haxala1r acc9b94c1f Fixed an error in double parsing logic
ci/woodpecker/push/workflow Pipeline was successful
2025-09-30 21:32:02 +03:00
haxala1r 8d3cc2181e Added equality operator to Token, will be useful for testing. 2025-09-30 20:58:56 +03:00
haxala1r f93b2deda2 Added lexing logic for doubles
ci/woodpecker/push/workflow Pipeline was successful
2025-09-30 20:30:05 +03:00
haxala1r ea9c6a0144 Fixed workflow to use the correct path for the resulting binary
ci/woodpecker/push/workflow Pipeline was successful
2025-09-30 20:21:49 +03:00
haxala1r c25197bab3 Change workflow to create a build directory
ci/woodpecker/push/workflow Pipeline failed
2025-09-30 20:20:32 +03:00
haxala1r 48a5bf6ee5 Added test workflow file
ci/woodpecker/push/workflow Pipeline failed
2025-09-30 20:17:47 +03:00
haxala1r 6f58051284 Add new lex() function to streamline lexing, change main to reflect this 2025-09-30 17:52:53 +03:00
haxala1r 08136c6492 Change main to read a single token and print 2025-09-30 17:41:53 +03:00
haxala1r 5eadf0b643 Add operator<< implementation for Token for debugging purposes 2025-09-30 17:41:31 +03:00
haxala1r 1fbbff68b9 Add lex.cpp to build target 2025-09-30 17:39:00 +03:00
haxala1r de08276b53 Untested additions to lexer - almost complete now 2025-09-30 17:26:29 +03:00
haxala1r 19b0eb48bb Added a skeleton for the lexer 2025-09-30 16:50:33 +03:00
haxala1r 43e05597ac Initial commit (simple build skeleton) 2025-09-30 15:04:54 +03:00