Releases: baka397/func-formula-parser
Releases · baka397/func-formula-parser
1.1.0
- Add new type:
comment
, now you can use like this:
// This is a comment
IF(a >= 0,/** This is a inline comment */ a, -1)
- Add new sub type:
string
, you can use it in function, like this:
- Fix source token's count error
1.0.1
- Fix an error about token's type
1.0.0
- Modify scripts
- Fix typescript & lint error
0.1.8
- Fix TYPE_OPERAND variable & number bug
- Fix multi-level nested function rollback bug
0.1.7
- Fix a cache bug that can cause token parse error pass
0.1.5
- Fix emtpy function parser node bug
0.1.3
- Fix function expect type bug
0.1.2
- Add chinese symbol
- Add dist file