themystery
  • Joined on 2024-10-11
themystery synced commits to main at themystery/izanami from mirror 2025-01-06 04:35:26 +00:00
be15364e3b refactor: remove specification of operators for ternary operator
50a9e062e0 feat: implement expression evaluation(ch.7)
8b29a43900 refactor(literal): remove the Option wrapper for literal for Expr
Compare 3 commits »
themystery synced commits to main at themystery/izanami from mirror 2025-01-05 04:15:27 +00:00
9f903556f9 feat: implement #3 challenge for ch6
977fd9a8a8 fix: actually finish challeng #2(ch.6)
e54e1b1b27 feat: finish challenge #2 from the book
Compare 3 commits »
themystery synced commits to main at themystery/izanami from mirror 2025-01-03 03:35:27 +00:00
8338c360e0 chore: add comment regarding grammar for comma op
4fd04e8fd3 feat: finish challenge #1 from chapter 6
Compare 2 commits »
themystery synced commits to main at themystery/izanami from mirror 2025-01-02 03:15:26 +00:00
91cfc0b938 feat: finish chapter 6 (implement a parser)
themystery synced commits to main at themystery/izanami from mirror 2024-12-20 22:35:28 +00:00
5f80dfe498 chapter 5
themystery synced commits to main at themystery/izanami from mirror 2024-11-20 03:25:26 +00:00
0b437fe5e1 feat: add multi-line comments
themystery synced commits to main at themystery/izanami from mirror 2024-11-19 19:15:27 +00:00
3357899307 fix: fix scanning of GreaterEqual
themystery synced commits to main at themystery/izanami from mirror 2024-11-19 02:59:45 +00:00
4df4107b77 fix: use the value from matching instead of unwrapping
cd5fae595c feat: finish scanning section of the book
Compare 2 commits »
themystery synced commits to main at themystery/izanami from mirror 2024-11-19 02:45:27 +00:00
2bac50ecba fix: correct number scan
themystery synced commits to main at themystery/izanami from mirror 2024-11-18 02:17:16 +00:00
02eb6bbc26 feat: implement string and number literals lexing