- Fix Formula-to-RPN example.
- Added Formula-to-RPN example.
- Edit Makefile.
- Edit README.
- Added
Date
,DateTime
,Time
parsers to theextra
package. - Fix README.
- (Breaking change) Change
base.GetLineAndColPosition
parameters.- Add
tabSize
parameter
- Add
- Improve examples.
- Edit Makefile.
- Fix
string.HexNumber
- Add TODO comments.
- Add parsers to the extra package:
AsciiIdentifierStr
UnicodeIdentifierStr
UnicodeWordBoundary
- Fix
string.WordBoundary
:- Add
$
to the word boundary character.
- Add
- Fix staticcheck warnings.
- Fix formula example.
- Fix README.
- Update Makefile.
- Fix README.
- Add formula parser example.
- Add time string parser.
- Fix wasm examples.
- Remove bundled wasm_exec.js.
- Fix README.
- Fix lint warning.
- Edit lint settings.
- Add function for error reporting.
- Add CI configurations.
- Edit README.
- Add date and datetime string parser.
- Add wasm+node.js example.
- Edit Makefile.
- Edit README.
- Add staticcheck.conf.
- Remove Box.GetPointer/SetPointer receivers.
- Edit README.
- Add string parsers: binary, octal, hex number characters.
- First release.