Update README
This commit is contained in:
@@ -48,9 +48,11 @@ commit :: (m: *Memory, size: SizeU): Bool
|
|||||||
|
|
||||||
* Order independent declarations
|
* Order independent declarations
|
||||||
* Module system
|
* Module system
|
||||||
* #impoty for lazy loading(unused code is not compiled, big win)
|
* #import for lazy loading(unused code is not compiled, big win)
|
||||||
* #load for normal loading
|
* #load for normal loading
|
||||||
* Types as first class values and runtime reflection, Any type
|
* Types as first class values and runtime reflection
|
||||||
|
* Any type
|
||||||
|
* Type type
|
||||||
* Slices
|
* Slices
|
||||||
* Whitespace significant syntax
|
* Whitespace significant syntax
|
||||||
* Debuggable(emitting proper line directives)
|
* Debuggable(emitting proper line directives)
|
||||||
|
|||||||
Reference in New Issue
Block a user