Jesse Braham jesse
  • Joined on 2024-11-15
jesse pushed to main at jesse/blog.hatebit.org 2025-01-22 16:25:13 +00:00
8df35f9b02 Add the initial version of the site theme
0d6bd2f7a3 Initial commit
jesse created branch main in jesse/blog.hatebit.org 2025-01-22 16:25:13 +00:00
jesse pushed to main at jesse/onihime 2024-12-28 09:32:19 +00:00
e5fafd03ba Make the lexer operate on graphemes instead of chars (still needs some work)
jesse created repository jesse/blog.hatebit.org 2024-12-27 17:49:09 +00:00
jesse pushed to main at jesse/onihime 2024-12-26 12:43:10 +00:00
8dcdd34b65 Add a few more tests, some miscellaneous cleanup/fixes
jesse pushed to main at jesse/onihime 2024-12-24 11:54:06 +00:00
223554d49d Clean up some clippy lints
jesse pushed to main at jesse/onihime 2024-12-24 08:02:24 +00:00
88912bfa39 Rewrote the parser
jesse pushed to main at jesse/onihime 2024-12-20 20:15:54 +00:00
96d1311e09 Clean up visibility in span module, more tests
jesse pushed to main at jesse/onihime 2024-12-20 19:49:58 +00:00
b7f28b32f0 Miscellaneous improvments/cleanup/tweaks in the lexer module
jesse pushed to main at jesse/onihime 2024-12-14 18:18:08 +00:00
1b021f1a89 The parser is resonably okay now...
5e114c475e Add some basic tests to span module, other minor tweaks
Compare 2 commits »
jesse pushed to main at jesse/onihime 2024-12-14 11:52:19 +00:00
0967ef46a8 Add justfile
jesse pushed to main at jesse/onihime 2024-12-14 11:51:47 +00:00
2dbdbfa945 Add justfile
jesse pushed to main at jesse/onihime 2024-12-13 15:42:33 +00:00
ffed778a71 Split the lexer's number token kind into float and integer, more refactoring
jesse pushed to main at jesse/onihime 2024-12-11 16:49:12 +00:00
ede65dcf3e Fix separator-related bug in lexer, rewrite lexer unit tests
jesse pushed to main at jesse/onihime 2024-12-11 16:39:30 +00:00
cc01cf97db Fix separator-related bug in lexer, rewrite lexer unit tests
jesse pushed to main at jesse/onihime 2024-12-08 12:02:08 +00:00
ee08ffb28d Create the fuga package
jesse pushed to main at jesse/onihime 2024-12-06 17:27:51 +00:00
4cdbccbc8a Lexer is starting to look pretty okay
jesse pushed to main at jesse/onihime 2024-12-05 16:17:34 +00:00
11917bb183 Even more lexer improvments, increased test coverage too!
jesse pushed to main at jesse/onihime 2024-12-02 16:57:27 +00:00
0839bd542c Lexer improvements, more tests, some reorg
jesse pushed to main at jesse/onihime 2024-12-01 14:03:28 +00:00
de78b9840a Add the initial implementation of the parser