| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common libraries
|
|
|
|
|
|
|
|
module-based approach
|
|
|
|
|
|
|
|
|
|
imports to `use -lfoo` instead of `use foo.so`
|
|
uses _Generic() to generically convert any value to a string or print as
a string.
|
|
matching
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
stringly typed
|
|
|
|
|
|
|
|
`const char*` instead of `char*`)
|
|
|
|
|
|
|
|
|
|
|
|
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct
for unambiguity
|
|
|
|
|