0bba319126
Big overhaul:
...
- Clean up environment code using type strings instead of manually
defining types
- Add Commands module
- Move Shell lang into an example module that uses Commands module
- Fix some bugs with chained library dependencies
2025-03-17 19:29:28 -04:00
94993c5f11
Add Path:expand_home() as a publicly visible API and bugfix it
2025-03-17 18:59:03 -04:00
ca004e57f2
Fix issue with extern functions
2025-03-17 18:36:55 -04:00
74f6aaa97c
Fix path issue
2025-03-17 18:36:39 -04:00
09ca0a8aca
Update learnxiny for enums no longer showing the type name
2025-03-17 18:35:58 -04:00
748a3c0cf8
Fix 'when' expressions
2025-03-17 18:34:37 -04:00
3eae595c17
Codegen improvements and fixes
2025-03-17 18:12:59 -04:00
36e93a8a99
Have global vars use type string parsing
2025-03-17 15:00:46 -04:00
e80571e36f
Remove enum type prefix when printing enum
2025-03-16 17:07:22 -04:00
f4f5fd4fdd
Fix docs
2025-03-16 17:04:10 -04:00
67191b7078
Fix shell escaping for arrays of paths
2025-03-16 16:54:27 -04:00
b4a0fda409
Fix shell escaping of paths
2025-03-16 16:52:00 -04:00
b0b2504a94
Update file path API and docs
2025-03-16 16:11:43 -04:00
88ab24c133
Bugfix for if var := value
syntax inside a lambda
2025-03-16 14:20:47 -04:00
d803502032
Fix other root->type rename
2025-03-16 14:12:21 -04:00
500989cf55
Rename path root
to path type
2025-03-16 14:11:16 -04:00
fd8c961c1d
Remove debug print
2025-03-16 14:05:53 -04:00
283b755490
Begin/end parsing
2025-03-16 14:05:43 -04:00
5e85306edb
Bugfix for relative_to()
2025-03-16 14:05:30 -04:00
b0b3a5f95a
Add begin:/end: for do: blocks
2025-03-16 14:02:53 -04:00
469b1e0679
Fixes for opaque external structs
2025-03-16 13:35:58 -04:00
f51acef40e
Overhaul of Path so it uses root and array of components instead of
...
stringly typed
2025-03-15 14:22:11 -04:00
7a26535013
Bugfix optional moments
2025-03-15 14:10:24 -04:00
1dd5e726dc
Remove line
2025-03-13 00:15:20 -04:00
35f121bb27
Fix CRLF pattern
2025-03-13 00:14:58 -04:00
bae83f17cf
Simplify RNG seeding
2025-03-12 19:32:04 -04:00
a3c4e0a82d
Rename without_escaping()
-> from_text()
2025-03-12 18:12:53 -04:00
904917a2bd
Update comments
2025-03-11 18:30:42 -04:00
de0e565d00
Fixes for integer truncation
2025-03-11 18:02:13 -04:00
1f6e586b2a
Support external structs with namespaced methods (also C-strings are now
...
`const char*` instead of `char*`)
2025-03-11 17:49:04 -04:00
fb2d7b5379
Add extern structs
2025-03-11 17:03:03 -04:00
888a977132
Modify compile_type_info() so it no longer needs an env_t
2025-03-11 15:54:06 -04:00
0b2c418048
Bugfix for checking argument validity with promotion (for integer
...
literals)
2025-03-11 15:14:57 -04:00
e7035e6a86
Clean up doctest code a bit
2025-03-11 14:23:41 -04:00
26476a0b41
Remove unnecessary call to initialize()
2025-03-11 13:46:46 -04:00
cab9ea0aad
Improve codegen for optional struct types
2025-03-11 13:44:02 -04:00
d0efc4ae5a
For enums, switch enum.tag
and enum.$Foo
so it's now enum.$tag
and
...
`enum.Foo`
2025-03-11 13:32:11 -04:00
294b712e6d
Don't use '$' prefix for field names
2025-03-11 13:18:30 -04:00
d254b440f8
Rearrange fields
2025-03-11 13:09:15 -04:00
bdc0b89265
Bugfix for header prefixes
2025-03-11 00:49:24 -04:00
e095c7fb64
Add a few colorful escapes
2025-03-11 00:45:52 -04:00
8885d1fdcb
Bugfix for constructors not getting appropriate header
2025-03-11 00:40:08 -04:00
d164fcec29
Update manpage
2025-03-11 00:11:39 -04:00
6b44744e52
Fix for staleness checks in compilation
2025-03-11 00:09:32 -04:00
9da6c52512
Remove some doctests where not needed
2025-03-11 00:09:17 -04:00
d905a9d2e0
Deprecate --quiet and just have that be the default
2025-03-11 00:08:26 -04:00
9885ab1163
For doctests, only print code if there's no expected value. If there's
...
an error, show the mismatch below the stack trace.
2025-03-10 23:46:26 -04:00
038a9f548e
Add some vector methods
2025-03-10 16:02:16 -04:00
e2fd5b49fd
Fix some issues with compile error reporting
2025-03-10 16:01:56 -04:00
a6d48e46c1
Fixes for examples
2025-03-10 13:42:57 -04:00