| Age | Commit message (Collapse) | Author |
|
|
|
and support untyped empty collections and `none`s
|
|
|
|
|
|
use `{:K=V, ...; default=...}`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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*`)
|
|
|
|
|