Commit Graph

42 Commits

Author SHA1 Message Date
9397f410da Use Chookspace Pages to redirect auto to sols.dev 2026-01-20 12:14:15 +11:00
6d5d29f05b Use inbuilt stdlib instead of hard coded functions 2026-01-12 16:18:59 +11:00
48c130351a Fix indentation 2026-01-12 15:43:18 +11:00
6bc483b1db Inline ground 2026-01-12 15:24:37 +11:00
c5b67bff72 Function calling fix 2026-01-12 14:45:07 +11:00
ca8db171d9 Type checking for functions 2025-12-29 10:30:07 +11:00
c266728ff0 make function calling better 2025-12-28 13:49:05 +11:00
b46a66cea7 Partially working function calling 2025-12-28 13:41:05 +11:00
337b88c148 Fix function calling bug 2025-12-26 13:50:14 +11:00
d8812fa14e Refactor type system, print all errors in file 2025-12-26 13:28:47 +11:00
24ea348858 Fix clang builds 2025-12-25 22:42:25 +11:00
9a311c3cb8 Better errors, comments 2025-12-25 22:37:40 +11:00
aa5ef0e664 Operator precedence I think 2025-12-24 22:01:16 +11:00
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