Sebastian Švec svecs
svecs pushed to dev at svecs/neon 2026-01-03 21:47:49 +00:00
6991ef6bcc add build.zig.zon
svecs pushed to dev at svecs/neon 2026-01-03 21:37:01 +00:00
92f92f7e2b expand example
svecs pushed to dev at svecs/neon 2026-01-03 21:20:46 +00:00
9fe595e5f5 rework directory structure, add build.zig
svecs pushed to dev at svecs/neon 2026-01-02 19:07:09 +00:00
d86e577967 add content to README.md
svecs pushed to main at svecs/neon 2026-01-02 18:36:09 +00:00
d86e577967 add content to README.md
svecs opened issue svecs/neon#1 2026-01-02 18:12:23 +00:00
syntax + parser
svecs approved svecs/gleamath#1 2025-12-26 10:18:13 +00:00
main
svecs pushed to main at svecs/smol 2025-11-01 21:41:13 +00:00
dc014272c3 basic pratt parser
563f608a46 minor changes
Compare 2 commits »
svecs pushed to main at svecs/smol 2025-11-01 12:18:07 +00:00
fb78d1519f split to file
svecs pushed to main at svecs/smol 2025-10-31 20:30:30 +00:00
b9d31e1bb4 lifetimes gone yay
svecs pushed to main at svecs/smol 2025-10-29 23:56:29 +00:00
90f141554f lexer
svecs pushed to main at svecs/smol 2025-10-29 23:49:32 +00:00
b282435c23 removed unused uses
svecs pushed to main at svecs/smol 2025-10-29 23:39:40 +00:00
3d5de65e0b lexer
svecs created branch main in svecs/smol 2025-10-29 23:39:40 +00:00
svecs created repository svecs/smol 2025-10-29 23:39:30 +00:00
svecs pushed to dev at svecs/gleamath 2025-10-03 18:25:21 +00:00
f2b43c23ce docs, int operations
svecs created branch dev in svecs/gleamath 2025-10-03 18:25:21 +00:00
svecs commented on pull request svecs/gleamath#1 2025-10-03 17:28:15 +00:00
main

oh sorry i didnt notice the duplicated code in the correct module (this is the old code)

svecs commented on pull request svecs/gleamath#1 2025-10-03 17:24:41 +00:00
main

instead of hardcoding True/False and add/sub you can use the value of sign in the expression like i suggested and not duplicate the expression in the two hardcoded ways

svecs suggested changes for svecs/gleamath#1 2025-10-03 15:47:04 +00:00
main

second pass