|
8cba6c3c24
|
Deprecate built-in Moment datatype in favor of a time module
|
2025-03-30 17:27:52 -04:00 |
|
|
38d6189d43
|
Further support for .dylib files on mac by changing syntax for library
imports to `use -lfoo` instead of `use foo.so`
|
2025-03-30 15:41:37 -04:00 |
|
|
50bc9f42d5
|
Fix some relative path stuff
|
2025-03-30 15:20:53 -04:00 |
|
|
ed6418902c
|
Don't force inline C code to use ({...})
|
2025-03-28 15:51:15 -04:00 |
|
|
ca76fb335a
|
Add compiler guards for GCC directives
|
2025-03-28 15:31:53 -04:00 |
|
|
a259384b6b
|
Remove uppercase octal
|
2025-03-28 15:03:07 -04:00 |
|
|
7b55f180e2
|
Phase out strchrnul
|
2025-03-27 20:44:23 -04:00 |
|
|
3c52a75633
|
Deprecate custom printf specifiers in favor of print() function that
uses _Generic() to generically convert any value to a string or print as
a string.
|
2025-03-27 17:26:51 -04:00 |
|
|
67c22014e7
|
Add a special case for '???'
|
2025-03-25 15:47:05 -04:00 |
|
|
1f9147187d
|
Make docstring tests use an actual expression AST instead of text
matching
|
2025-03-25 15:40:59 -04:00 |
|
|
f5ddf6983d
|
Parser errors should use USE_COLOR as well
|
2025-03-25 13:27:05 -04:00 |
|
|
91e64fc95c
|
Fix parsing issue: [1,2,3] _max_ [3,4,5] was parsing as _max_[..]
(indexing)
|
2025-03-25 02:30:04 -04:00 |
|
|
764bdd1080
|
Bugfix for parsing escapes
|
2025-03-24 16:21:08 -04:00 |
|
|
dcf2662285
|
Move files into src/ and build into build/
|
2025-03-21 21:43:51 -04:00 |
|