mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 14:03:23 +00:00
23 lines
682 B
Plaintext
23 lines
682 B
Plaintext
0.1.0
|
|
* new config system
|
|
* new build system
|
|
* source renderer
|
|
* pas2nim integrated
|
|
* support for C++
|
|
* local variables are always initialized
|
|
* Rod file reader and writer
|
|
* new --out, -o command line options
|
|
* fixed bug in nimconf.pas: we now have several
|
|
string token types
|
|
* changed nkIdentDef to nkIdentDefs
|
|
* added type(expr) in the parser and the grammer
|
|
* added template
|
|
* added command calls
|
|
* added case in records/objects
|
|
* added --skip_proj_cfg switch for nim.dpr
|
|
* added missing features to pasparse
|
|
* rewrote the source generator
|
|
* ``addr`` and ``cast`` are now keywords; grammar updated
|
|
* implemented ` notation; grammar updated
|
|
* specification replaced by a manual
|