Commit Graph

29 Commits

Author SHA1 Message Date
7ff306b9e8 Some math (no order of operations yet) 2025-12-24 16:22:51 +11:00
ac7f22e1bc Continue type checker work 2025-12-24 14:31:43 +11:00
5ec2f86b70 Start work on static type checking 2025-12-24 13:16:11 +11:00
7dd2b10603 Direct users to solstice website for docs 2025-12-23 23:47:01 +11:00
7351604571 Vim syntax highlighting 2025-12-22 20:38:02 +11:00
43310c70bf Clean up temporary variables properly 2025-12-22 19:38:06 +11:00
957e0fd95a Start work on dropping tmp vars after use 2025-12-22 14:26:12 +11:00
525b2bc733 Add >, >=, <, <= 2025-12-22 13:49:44 +11:00
d2f295f46a refactor 2025-12-21 12:06:55 +11:00
869f71466e Add argument parser, output files 2025-12-21 11:42:18 +11:00
a3a9553189 Function calling and input() builtin 2025-12-20 20:25:48 +11:00
3c66df5be0 Add fib test 2025-12-20 16:27:54 +11:00
ce058c8f9c Update README.md 2025-12-20 15:29:18 +11:00
2aff15a317 Add logo 2025-12-20 15:28:39 +11:00
72ec9c1fb6 Fixes, rebrand 2025-12-20 15:09:09 +11:00
c04e631180 Half working stuff 2025-12-20 14:47:24 +11:00
16a406b52f Variables 2025-12-20 14:28:39 +11:00
0488067ef2 While loop 2025-12-20 07:37:15 +11:00
a8e5f6a0f1 Proper string parsing 2025-12-20 06:58:41 +11:00
e8bf7b70f7 Fix lexer 2025-12-19 17:01:57 +11:00
b5c8b1b7ec WIP conditionals work 2025-12-19 16:17:57 +11:00
99bc0dbdc2 If statements 2025-12-15 11:37:27 +11:00
5196f73e16 Add README 2025-12-14 21:15:30 +11:00
57f5466506 Start work on if 2025-12-14 17:17:19 +11:00
e7aa2a1ca4 puts command 2025-12-14 16:07:58 +11:00
adaf712441 Addition 2025-12-14 15:38:36 +11:00
52966e3390 Add more data types 2025-12-14 14:49:32 +11:00
30a030ca0e Simple parsing and code generation 2025-12-14 14:21:19 +11:00
f1b156ce4d Initial commit 2025-12-13 18:07:26 +11:00