Structure
Tokenizer
Standard Library
stdlib/
|
|-- stdlib.es6 Standard Library List
|-- api.es6 The STDLIB API
|
|-- ns/ Namespaces
| |- <name>/ The implementations
| |- <name>.es6 Compiles the namespace's properties/methods
|
|-- primitive/ Primitive Libraries
|- <name>/ A specific primitive
|- lib/ The implementations
|- lib.es6 Compiles the methods/properties
|- static.es6 The static propertiesLast updated
Was this helpful?