Commit Graph

95 Commits

Author SHA1 Message Date
147e0f0269 Overhaul of constructors, making it more consistent and correct. Also
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct
for unambiguity
2025-03-05 18:20:54 -05:00
a94337bc11 Deprecate autoformatter 2025-02-21 15:19:19 -05:00
794d236eb9 Fix makefile optimization parameter 2025-02-21 15:03:48 -05:00
f8de9e4ae7 Add learnxiny to 'examples' makefile rule 2025-02-21 14:57:23 -05:00
5be9559046 Deprecate Range datatype in favor of using iterator methods 2025-02-13 15:03:22 -05:00
b025cf269d Use holding blocks for mutexed data instead of lambdas 2025-01-02 20:29:55 -05:00
be384c0caa Replace threads with generic mutexed datastructures. 2025-01-02 16:24:07 -05:00
4b11f1b2b6 Compile with thread support 2024-12-30 15:32:08 -05:00
4b5e4cd1f2 Change how types handle metamethods 2024-11-29 12:55:14 -05:00
d4b10514fb Clean up some more null->none renames and fix the documentation. Also
change the literal syntax to `NONE:T` instead of `!T`
2024-11-24 16:36:27 -05:00
4231789b71 Rename datetime -> moment 2024-11-17 14:49:03 -05:00
fc9a6f1416 Add RNGs to the language 2024-11-03 22:37:48 -05:00
61af5802a7 Remove redundant warnings 2024-10-30 02:16:39 -04:00
9ebb039a81 Fix up some GCC compiler flag options for LTO and inlining 2024-10-29 23:14:31 -04:00
8f346b48aa Fix up some compiler flags around floating point numbers so they work
better with -Ofast and have more standardized behavior
2024-10-03 14:19:23 -04:00
c8c137639c Clean examples when doing make clean 2024-09-30 14:40:41 -04:00
05515d8645 Add DateTime 2024-09-29 20:06:09 -04:00
e422079fcc Add a Byte datatype 2024-09-15 15:33:47 -04:00
c455e7b67d Rename builtins/ -> stdlib/ 2024-09-13 20:18:08 -04:00
0c8b2f8e99 Rename c_string.{c,h} -> c_strings.{c,h} 2024-09-13 20:10:42 -04:00
4380039acc Rename builtins to use plurals when appropriate 2024-09-13 20:08:20 -04:00
51c346bbc5 Code cleanup 2024-09-13 19:59:28 -04:00
34c562e88e Move cord helper functions into their own file 2024-09-13 14:23:24 -04:00
9447ba8c4a Split pattern code into its own file 2024-09-13 13:34:04 -04:00
3443edf760 Use optionals for iterators 2024-09-11 22:28:43 -04:00
7126755275 Add optional types 2024-09-11 01:31:31 -04:00
d356309023 Add (/path):by_line() 2024-09-09 22:16:40 -04:00
13a9304dec Initial working version 2024-09-09 00:22:12 -04:00
aeed1992e9 Fix nearly every GCC warning and add __attribute__((pure/const)) where
appropriate
2024-09-08 17:17:15 -04:00
4b352f89a3 Add Shell dsl type 2024-09-06 11:37:33 -04:00
bac14fa6c7 Fully clean up siphash code and fix some issues 2024-09-05 16:23:05 -04:00
570c4c63ca Remove readline dependency 2024-09-04 14:36:23 -04:00
75b7032363 Show error output on test failure 2024-09-03 15:14:08 -04:00
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