|
9454c5fa0d
|
Properly compile conditionals with abort types in them
|
2024-03-15 13:07:41 -04:00 |
|
|
6f70286a4b
|
Clean up codegen to not use macros
|
2024-03-14 13:50:24 -04:00 |
|
|
80ffb8044a
|
Better codegen for negation
|
2024-03-14 13:47:40 -04:00 |
|
|
ecf425fb9a
|
Rearrange expression/statement compilation code
|
2024-03-14 13:28:30 -04:00 |
|
|
d5d3f564bb
|
Remove some shadowed variables
|
2024-03-14 02:48:07 -04:00 |
|
|
8847eaa660
|
Bugfix for looping
|
2024-03-14 02:44:37 -04:00 |
|
|
fdc3eadba2
|
Array comprehensions
|
2024-03-14 02:37:56 -04:00 |
|
|
130ddc8ea0
|
Improve codegen for assignment doctests
|
2024-03-10 01:42:21 -05:00 |
|
|
a90f8581c3
|
Clean up doctesting for assignments
|
2024-03-10 00:59:42 -05:00 |
|
|
a33f730617
|
Rearranging some files
|
2024-03-10 00:03:21 -05:00 |
|
|
fcd1381e3d
|
Minor cleanups to get compilation working on clang
|
2024-03-09 23:21:44 -05:00 |
|
|
cbdd357b41
|
Deprecate secret langs (just use one-member structs)
|
2024-03-09 19:02:13 -05:00 |
|
|
5131fdff62
|
Improve handling of secret text
|
2024-03-09 18:47:56 -05:00 |
|
|
77c9669d41
|
Change lang stringification to include type name
|
2024-03-09 18:32:36 -05:00 |
|
|
2b83ab279d
|
Add langs to the language
|
2024-03-09 18:22:12 -05:00 |
|
|
69162964e0
|
Implement function caching
|
2024-03-09 16:44:02 -05:00 |
|
|
b04a1b3090
|
Implement lambdas and closures
|
2024-03-09 16:03:38 -05:00 |
|
|
42da91936e
|
Simplify reduction code a little bit
|
2024-03-09 14:54:36 -05:00 |
|
|
1627a913a4
|
Lambda fixes/improvements
|
2024-03-09 14:09:18 -05:00 |
|
|
955f047e06
|
First pass at lambdas/closures
|
2024-03-09 14:02:19 -05:00 |
|
|
b33aa8c11f
|
Back to using ARRAY_FOREACH
|
2024-03-09 02:53:20 -05:00 |
|
|
18ef4c5b3f
|
Table methods
|
2024-03-09 02:48:09 -05:00 |
|
|
8427037bb9
|
Refactor table methods to take table structs where possible
|
2024-03-08 14:33:54 -05:00 |
|
|
55eacb8a04
|
Array methods
|
2024-03-08 14:25:17 -05:00 |
|
|
07c2b0ec26
|
Array methods
|
2024-03-08 14:23:16 -05:00 |
|
|
fa66053e13
|
Use '$' for min/max variable
|
2024-03-07 12:15:38 -05:00 |
|
|
9479b3937c
|
Just use mathlib symbols, don't redefine them
|
2024-03-07 00:44:57 -05:00 |
|
|
425466ce6e
|
Add 'if x := var' conditionals for optional pointers
|
2024-03-06 13:36:36 -05:00 |
|
|
93b8e0ae17
|
Support more variants of looping over integers
|
2024-03-06 12:56:30 -05:00 |
|
|
03f8742eb7
|
Fix namespace initializers
|
2024-03-06 12:41:18 -05:00 |
|
|
211af05381
|
Fix up some array literal stuff with TCC
|
2024-03-06 02:27:01 -05:00 |
|
|
4968d45f5a
|
Fix array iteration by inlining
|
2024-03-06 02:15:23 -05:00 |
|
|
38d5245a9a
|
Fix up some min/max stuff
|
2024-03-05 14:46:01 -05:00 |
|
|
e29aa52460
|
Struct and enum methods and static members
|
2024-03-04 13:51:47 -05:00 |
|
|
0b7ca098ae
|
Fix some bugs relating to NUL termination of strings
|
2024-03-04 01:34:12 -05:00 |
|
|
dc04286e3a
|
Unicode normalization for equality, hashing, tests, and printing
|
2024-03-03 19:12:53 -05:00 |
|
|
23478e7036
|
Rename as_str -> as_text
|
2024-03-03 18:16:33 -05:00 |
|
|
8fab88c56f
|
Rename Str -> Text
|
2024-03-03 18:15:45 -05:00 |
|
|
0fe255a7c1
|
Fix up unicode escapes
|
2024-03-03 17:49:40 -05:00 |
|
|
9512eb74d2
|
Bugfix
|
2024-03-03 17:30:23 -05:00 |
|
|
2eafa7a4da
|
Fix issue with unnamed args getting name flag
|
2024-03-03 17:21:55 -05:00 |
|
|
32f27b6206
|
Fix table literals
|
2024-03-03 16:08:38 -05:00 |
|
|
5486cdcedb
|
Only put 'pragma once' in compiled header file
|
2024-03-03 15:22:22 -05:00 |
|
|
b8640a2c30
|
Bugfix for module name parsing
|
2024-03-03 15:18:15 -05:00 |
|
|
2a7cfd7c36
|
Fix table literal issue for TCC compatibility
|
2024-03-03 15:14:59 -05:00 |
|
|
ea7fcd85b4
|
Make load method be "use$name"
|
2024-03-03 15:04:36 -05:00 |
|
|
09b1d07d8b
|
Clean up transpiling into separate .c/.h files
|
2024-03-03 14:45:36 -05:00 |
|
|
fce79cf578
|
Wrap "&x" in parens to avoid ambiguity
|
2024-03-03 14:34:13 -05:00 |
|
|
c72d4ec8eb
|
Make constructors actually functions for enums
|
2024-03-03 14:12:40 -05:00 |
|
|
bf5a725345
|
Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add
Int__bits()
|
2024-03-03 13:37:05 -05:00 |
|