Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nef version 0.6.2 source code.tar.gz | 2020-07-24 | 2.8 MB | |
nef version 0.6.2 source code.zip | 2020-07-24 | 3.0 MB | |
README.md | 2020-07-24 | 520 Bytes | |
Totals: 3 Items | 5.8 MB | 0 |
Misc. Updates
- Add Action to bump Homebrew formula when a new tag is pushed
[0-9]+.[0-9]+.[0-9]+
.
Bug Fixes
-
Support for inline comments multiline. It fixes bug [#162] and completes to support all kind of
comments
. Ex.import Foundation / Comment / before, it has not been supported and now nef syntax-analyzer will output the next
AST
::::swift block([ NefCore.Node.Code.code("import Foundation\n"), NefCore.Node.Code.comment("/ Comment /\n") ])