Releases: army8735/homunculus
Releases · army8735/homunculus
1.4.0
- feature
- 增加
csx
类型语法,基本同jsx
,克隆版本。#63
0.2.6
- es6兼容es5的getter/setter写法
- 只要使用了module,export,import,文件就是一个module
0.2.5
- node#nid() return the unque id of node
- args always has an arglist node
0.2.3
keyword可以作为object的键值,get/set后也可以跟keyword。
0.2.2
- Node.name(t:String):String 现在可以设置Node的类型
- script is not a module when no exportdecl 有export为MODULEBODY,其它情况下是SCRIPTBODY
- module不是关键字,可以作为变量存在,仅在module声明中作为lookhead
- keyword can be property name js通用,关键字可以作为属性存在
0.1.15
- add methods Node#first/last/isEmpty
- support 0b and 0o
- fix for stmt with in or no