|
afed636252
|
Handle case where file can't be found
|
2025-02-28 18:48:36 -05:00 |
|
|
39e169d5b4
|
Check for missing argument
|
2025-02-28 18:15:15 -05:00 |
|
|
12569cb933
|
Improved call stacks (using addr2line still)
|
2025-02-26 16:38:22 -05:00 |
|
|
851ec4e29d
|
Fix non-colorized doctest output newlines
|
2025-02-25 01:05:58 -05:00 |
|
|
9a62f8d6a6
|
Add $Shell.execute()
|
2025-02-25 00:59:31 -05:00 |
|
|
928f3250b3
|
Add $Shell:execute()
|
2025-02-24 18:23:18 -05:00 |
|
|
39295176a2
|
Automatic escaping for Path -> Shell
|
2025-02-24 17:08:03 -05:00 |
|
|
ee2b02d44d
|
Integer range iteration over fixed width integers should iterate over
that type
|
2025-02-21 15:51:22 -05:00 |
|
|
ebc4686d60
|
For showing codegen, have users specify a pager instead of hardcoding
bat
|
2025-02-21 15:27:59 -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 |
|
|
7a6abd4f8e
|
Tweak function registration API
|
2025-02-21 14:59:14 -05:00 |
|
|
f8de9e4ae7
|
Add learnxiny to 'examples' makefile rule
|
2025-02-21 14:57:23 -05:00 |
|
|
c9aa9dcdcc
|
Fix learnxiny
|
2025-02-21 14:56:48 -05:00 |
|
|
91f66d80bb
|
Support arbitrary argument constructors
|
2025-02-20 17:13:50 -05:00 |
|
|
43a2959be3
|
Add undef
|
2025-02-20 11:59:46 -05:00 |
|
|
058a028aef
|
Switch to langs using constructors
|
2025-02-19 18:50:50 -05:00 |
|
|
29849d1457
|
Fix shell escaping (add quotes)
|
2025-02-19 18:24:27 -05:00 |
|
|
b89291957a
|
Restructure compile_file() so it moves a bit more towards less usage of
side effects
|
2025-02-19 16:30:19 -05:00 |
|
|
c4479e4bd6
|
Add Int:onward() iterator
|
2025-02-13 15:21:00 -05:00 |
|
|
5be9559046
|
Deprecate Range datatype in favor of using iterator methods
|
2025-02-13 15:03:22 -05:00 |
|
|
8e0f1fa227
|
Fix symbol renaming issue
|
2025-02-12 14:57:56 -05:00 |
|
|
4b8a72de3f
|
Print moment ASTs
|
2025-02-12 14:31:01 -05:00 |
|
|
04dddda811
|
Add missing files
|
2025-02-10 19:04:30 -05:00 |
|
|
481beaf40e
|
Fix sequencing issue with typedefs for structs/enums
|
2025-02-10 14:58:40 -05:00 |
|
|
f4d0f7f6d9
|
Reorder code corresponding to how it outputs
|
2025-02-10 14:24:14 -05:00 |
|
|
dbdd3bacf5
|
Remove redundant declaration
|
2025-02-10 14:17:33 -05:00 |
|
|
15b9b3fe86
|
Add file info to headers
|
2025-02-10 14:13:44 -05:00 |
|
|
66eca49d18
|
Tweak set_binding() API
|
2025-02-10 13:13:45 -05:00 |
|
|
be87d8169d
|
Convert the logic for finding closed variables to a more pure functional
style with fewer side effects
|
2025-02-09 13:57:54 -05:00 |
|
|
6310f05656
|
Remove dead code
|
2025-02-07 20:25:48 -05:00 |
|
|
362146e295
|
Bugfix and minor perf improvements for text concatenation with unstable
clustering
|
2025-02-07 20:06:00 -05:00 |
|
|
2ff7c1aa71
|
Move REPL code out of binding_t struct
|
2025-02-06 14:18:52 -05:00 |
|
|
3b00aef3e4
|
Use defer in http module
|
2025-02-04 15:32:01 -05:00 |
|
|
812b1e4746
|
Add more source line info
|
2025-02-04 14:36:41 -05:00 |
|
|
58af4226f8
|
Hide '_.' from stack backtrace
|
2025-02-04 14:18:29 -05:00 |
|
|
32da3a3226
|
Add a _ prefix on variables so it's easier to debug in GDB
|
2025-02-04 14:16:06 -05:00 |
|
|
e06d7180d4
|
Add in source line information
|
2025-02-04 14:15:18 -05:00 |
|
|
50edc4097a
|
Add {word} as an alias for {id}
|
2025-02-04 13:44:38 -05:00 |
|
|
0d8d109eaf
|
Bugfix for typechecking failure on table indexing, also improved codegen
for updates on tables
|
2025-01-31 14:36:30 -05:00 |
|
|
b783a218bb
|
Clean up codegen for cached functions (don't publicly define a struct type
for the cache key)
|
2025-01-30 13:58:49 -05:00 |
|
|
74b1265d2a
|
Text struct field reordering
|
2025-01-29 14:27:10 -05:00 |
|
|
f93dde1449
|
Overhaul of Text implementation to be more like Cords and have much
better performance for long sequences of repeated concatenation.
|
2025-01-23 15:33:56 -05:00 |
|
|
c60ea2079f
|
Fix up examples
|
2025-01-12 16:54:37 -05:00 |
|
|
645d66e0de
|
Change table syntax to {key=value} and {:K,V} /{K,V}
|
2025-01-12 16:49:58 -05:00 |
|
|
b025cf269d
|
Use holding blocks for mutexed data instead of lambdas
|
2025-01-02 20:29:55 -05:00 |
|
|
500e4e1bd7
|
Fix issue for size/alignment of threads
|
2025-01-02 18:20:58 -05:00 |
|
|
1a4a7250bb
|
Add some light docs for mutexed access
|
2025-01-02 16:29:21 -05:00 |
|
|
be384c0caa
|
Replace threads with generic mutexed datastructures.
|
2025-01-02 16:24:07 -05:00 |
|
|
2fcf1939bb
|
Fix for heap_pop() test in arrays
|
2024-12-31 16:23:16 -05:00 |
|