Commit Graph

62 Commits

Author SHA1 Message Date
5feecff9d9 Deprecate Where and change channel API to use a boolean front value 2024-09-03 03:53:36 -04:00
934b843b1c Add .text_content as a field on DSLs instead of a method 2024-08-19 14:29:58 -04:00
16500e2b00 Speed up tests slightly 2024-08-13 04:06:20 -04:00
158a1c6ad2 More fixes 2024-08-13 02:09:18 -04:00
d08f795794 Partially working first draft of bigints 2024-08-13 01:30:25 -04:00
2ecb5fe885 Add channels and threads 2024-08-11 14:47:34 -04:00
c045c54309 Add a Range datatype with creation methods like 5:to(10) and
modification methods like `range:by(2)` or `range:reversed()`
2024-08-05 14:40:28 -04:00
6467e6c9d0 Tweak Make deps 2024-07-23 12:27:14 -04:00
9ac51bf2f3 Add headers to make deps 2024-07-23 12:25:54 -04:00
734cc54d77 Dump test results to console again 2024-06-17 17:35:21 -04:00
1621968fc8 Fix issue with bitfields 2024-06-17 17:31:50 -04:00
6e07749cbb Tweak test output 2024-06-17 01:11:15 -04:00
217eb51280 Add manpage 2024-06-11 13:38:46 -04:00
7c255c517e Remove linker flags that aren't needed anymore 2024-06-09 14:41:22 -04:00
298c476398 Change build process to use static objects instead of dynamic linking
for compiler
2024-06-09 14:40:34 -04:00
66062f399a Change the rules for tests so they recompile and save their output 2024-06-06 17:11:02 -04:00
5b1960859f Hook up Text.has(), Text.trimmed(), Text.without() 2024-05-20 15:19:31 -04:00
a1d18fd422 Add C string type 2024-05-18 14:38:41 -04:00
02fe49a764 Deprecate interfaces (RIP) 2024-05-12 20:13:19 -04:00
d143c72b22 WIP, but functional interfaces 2024-05-12 13:50:06 -04:00
e3ad5fdaaa Fix up some path issues during compilation/running/installation 2024-05-01 13:25:19 -04:00
e33aff908b Inline color file 2024-04-20 14:24:37 -04:00
1e283dd310 Exit with 1 on failure 2024-04-16 13:56:19 -04:00
369c601a56 Invert escaping so user symbols get prepended with "$" and builtin
symbols don't
2024-04-16 13:50:07 -04:00
d491235812 Run tests in random order 2024-04-15 20:34:48 -04:00
5fc433e714 Dynamically link against .so file instead of statically linking against
object files
2024-04-03 03:04:42 -04:00
838c9963fc Adding a REPL 2024-03-30 12:14:24 -04:00
04d9adc813 Switch naming convention to use '$' in symbols more 2024-03-29 12:54:31 -04:00
73c0c6b540 Force remove precompiled files before test 2024-03-21 13:39:45 -04:00
d5d3f564bb Remove some shadowed variables 2024-03-14 02:48:07 -04:00
a33f730617 Rearranging some files 2024-03-10 00:03:21 -05:00
b639f01294 Removing some dead code 2024-03-09 23:44:52 -05:00
b83221f422 Remove references to libgccjit 2024-03-09 23:23:31 -05:00
8fab88c56f Rename Str -> Text 2024-03-03 18:15:45 -05:00
32f27b6206 Fix table literals 2024-03-03 16:08:38 -05:00
ea7fcd85b4 Make load method be "use$name" 2024-03-03 15:04:36 -05:00
5641d0c837 Replace -ftrapv with -fsanitize=signed-integer-overflow 2024-03-03 14:51:28 -05:00
975185c5df Fix lto warning 2024-02-25 17:43:39 -05:00
c2228bf986 Rename 'nextlang'->'tomo' 2024-02-24 16:06:49 -05:00
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
106704b956 Improve enums with metamethods 2024-02-24 15:24:44 -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
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
2ecd8e11fd Implement 'when' statement for matching on enums 2024-02-22 12:45:12 -05:00
dd2de31666 Fix up USE_COLOR 2024-02-17 19:52:37 -05:00
a09a8339e7 Clean up builtins 2024-02-17 19:35:35 -05:00
d46925dbfa Cleanup of builtins 2024-02-17 19:32:30 -05:00