|
116a2b716a
|
REFACTOR: Better name for the tuples field/value iterator.
|
2019-01-13 21:24:35 -06:00 |
|
|
547c271aa1
|
FEATURE: Special case the std/ import prefix.
It's a reserved import path for our std library.
closes #27
|
2019-01-13 20:35:23 -06:00 |
|
|
54faeede5e
|
FEATURE: Imports as expressions.
This is a breaking change for the language. However it makes a number of things
easier. Like importing specific symbols from a file.
adds: #28
|
2019-01-13 14:10:43 -06:00 |
|
|
d2a5a1619a
|
STDLIB: More stdlib additions.
* list reverse
* enumerate for tuples
|
2019-01-10 17:17:57 -06:00 |
|
|
db809fad97
|
STDLIB: Add some helper modules for tuples.
|
2019-01-10 17:17:57 -06:00 |
|