Skip to content

Releases: army8735/homunculus

1.4.0

28 Feb 11:59
Compare
Choose a tag to compare
  • feature
    • 增加csx类型语法,基本同jsx,克隆版本。#63

1.3.4

13 Sep 05:26
Compare
Choose a tag to compare
  • bugfix
    • 改进decorate #62

0.2.6-1

08 Jun 03:31
Compare
Choose a tag to compare

module decl missing ;

0.2.6

08 Jun 02:37
Compare
Choose a tag to compare
  • es6兼容es5的getter/setter写法
  • 只要使用了module,export,import,文件就是一个module

0.2.5

07 Jun 09:20
Compare
Choose a tag to compare
  • node#nid() return the unque id of node
  • args always has an arglist node

0.2.4

06 Jun 22:15
Compare
Choose a tag to compare

lexdecl missing ;

0.2.3

06 Jun 06:35
Compare
Choose a tag to compare

keyword可以作为object的键值,get/set后也可以跟keyword。

0.2.2

06 Jun 04:04
Compare
Choose a tag to compare
  • 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.2.0

05 Jun 07:02
Compare
Choose a tag to compare

完整支持了es6,所有语言仅限严格模式。

0.1.15

04 Jun 08:43
Compare
Choose a tag to compare
  • add methods Node#first/last/isEmpty
  • support 0b and 0o
  • fix for stmt with in or no