Commit Graph

154 Commits

Author SHA1 Message Date
0591d3db3a Rename folder 2024-02-24 15:32:02 -05:00
a1593ad8e4 Make CC an environment variable that's read from 2024-02-24 15:31:26 -05:00
a33de1a36e Fix test 2024-02-24 15:29:35 -05:00
911b39dad1 Update tests 2024-02-24 15:27:27 -05:00
106704b956 Improve enums with metamethods 2024-02-24 15:24:44 -05:00
c747034645 Add struct tests 2024-02-24 14:42:11 -05:00
e2520d817c Type constructors are global 2024-02-24 14:41:59 -05:00
08d1a6b971 Simplify table code 2024-02-24 14:36:35 -05:00
c9cd667450 Fix some string literal stuff and table default stuff 2024-02-24 14:36:08 -05:00
50fedc8f44 Fixing up structs 2024-02-24 14:29:40 -05:00
a4c3faa525 Split struct code into a separate file 2024-02-24 13:27:49 -05:00
6d904abe14 Tweak cord highlighting 2024-02-24 13:03:10 -05:00
d1dc7dac4b Fix cording 2024-02-24 13:02:20 -05:00
e59ad7befb Deprecate arr[.field] for now 2024-02-24 12:52:56 -05:00
8bee541c76 Support ++= item 2024-02-23 13:47:06 -05:00
c04b373cb4 Set up 'atomic' for arrays 2024-02-23 13:40:24 -05:00
4df2f8e4cb More tests 2024-02-23 13:36:16 -05:00
4c4059aa43 Integer tests 2024-02-23 13:34:40 -05:00
5d654490be Add first test 2024-02-23 13:31:35 -05:00
87bc0cfdbd Fix up some ++ stuff for arrays 2024-02-23 13:29:20 -05:00
9f56266ae4 Implement Array__concat and ++= 2024-02-23 13:24:06 -05:00
9aec32149f Code cleanup for KeywordArg 2024-02-23 12:50:01 -05:00
197da905f5 Add TODO 2024-02-22 23:14:23 -05:00
9e2645ade7 Fix up keyword args and default args 2024-02-22 22:15:09 -05:00
54b8b7af12 Fix function compiling 2024-02-22 13:35:28 -05:00
58b3b84bd9 Fix up some update operators 2024-02-22 13:26:43 -05:00
f9df7afb8d Fix comparisons 2024-02-22 13:18:47 -05:00
bfdb2da9e1 Implement power (^) 2024-02-22 13:09:46 -05:00
663182abdf Implement concatenation 2024-02-22 13:00:27 -05:00
2ecd8e11fd Implement 'when' statement for matching on enums 2024-02-22 12:45:12 -05:00
d915c5f5a2 Adjustments to 'not' behavior 2024-02-20 13:22:05 -05:00
f9cc44f145 Fixing up enums 2024-02-20 13:06:03 -05:00
d2aeee16e6 Add blank line between err and src 2024-02-18 14:55:55 -05:00
69d41fa068 Add source information to runtime errors 2024-02-18 14:53:52 -05:00
f77a45095a Improved error messages 2024-02-18 14:38:05 -05:00
095970170c Implement indexing 2024-02-18 14:28:35 -05:00
88261bcbbd Fix single-thing iteration 2024-02-18 04:27:52 -05:00
5ce55a6a29 Better table literals 2024-02-18 04:26:26 -05:00
30c34a7243 Use known types instead of $var macro 2024-02-18 02:42:40 -05:00
bd0a618f4c Type compiling stuff 2024-02-18 02:34:39 -05:00
6d54150755 Split module code into header/c file 2024-02-18 02:22:31 -05:00
0d3022b34a Move file compilation into a separate file 2024-02-18 02:17:44 -05:00
1b5a95c30d Trim codegen 2024-02-18 02:12:44 -05:00
e5f706b258 Change syntax back to "enum(...)" and "struct(...)" 2024-02-18 02:07:12 -05:00
16e663941a Doctest with two '>>' 2024-02-18 01:28:30 -05:00
006f95b202 Fix pointer coloring 2024-02-18 01:28:02 -05:00
eabff011ea Add in '#' operator for length 2024-02-18 01:27:25 -05:00
733ebfd234 Fix up some Str stuff 2024-02-18 01:03:23 -05:00
5ebbfc205a Add some more types 2024-02-18 01:02:39 -05:00
221be79e88 Add enum as_string() 2024-02-18 01:00:47 -05:00