Eduard Urbach akyoto
akyoto pushed to main at cli/q 2024-07-03 14:38:05 +00:00
4d88260333 Improved code generation
akyoto pushed to main at cli/q 2024-07-03 09:59:42 +00:00
795935ddfb Added more tests
akyoto pushed to main at cli/q 2024-07-03 09:39:29 +00:00
feebfe65bb Refactored code structure
akyoto pushed to main at sys/home 2024-07-02 15:07:40 +00:00
1d43fe06c2 Updated config
akyoto pushed to main at cli/q 2024-07-01 19:23:41 +00:00
ed03f6a802 Cleaned up tokenizer
akyoto pushed to main at cli/q 2024-07-01 13:05:24 +00:00
115f46c12d Moved AST generation to its own package
akyoto pushed to main at cli/q 2024-06-30 20:55:04 +00:00
f479b5a03a Implemented an abstract syntax tree
akyoto pushed to main at cli/q 2024-06-30 12:14:29 +00:00
27c707b6ff Reorganized functions
akyoto pushed to main at cli/q 2024-06-30 10:28:48 +00:00
7e5d45f17d Implemented definitions
akyoto pushed to main at cli/q 2024-06-30 09:42:07 +00:00
247b82b529 Implemented compilation finished events
akyoto pushed to main at cli/q 2024-06-29 22:17:25 +00:00
3fe2cd1da2 Improved variable lifetime tracking
akyoto pushed to main at cli/q 2024-06-29 19:40:19 +00:00
6e1af81733 Added tests for examples
akyoto pushed to main at cli/q 2024-06-29 19:07:07 +00:00
83640ba590 Implemented return values
akyoto pushed to main at cli/q 2024-06-29 09:49:41 +00:00
3e47a12ecd Cleaned up function type
akyoto pushed to main at cli/q 2024-06-28 21:13:59 +00:00
5f2ff5e74e Added more tests
akyoto pushed to main at cli/q 2024-06-28 19:11:10 +00:00
445556b64d Reordered tokenizer cases
akyoto pushed to main at sys/home 2024-06-28 19:10:47 +00:00
ab3930e7a3 Updated config
akyoto pushed to main at cli/q 2024-06-28 18:29:13 +00:00
2520681ad3 Added single line comments
akyoto pushed to main at cli/q 2024-06-28 17:54:31 +00:00
3664e74074 Implemented invalid character checks
akyoto pushed to main at cli/q 2024-06-28 17:33:07 +00:00
6852cbb24e Improved tokenizer benchmarks