Work in progress.
Basic token definitions and lexer skeleton have been added.
Basic JSON symbol tokenization is now supported.
MoonBit project initialization and local compilation are completed.
String tokenization is now supported.
Integer number tokenization has been added.
A functional JSON lexer is now implemented.
moonbit-json
A lightweight JSON parser written in MoonBit.
Status
Work in progress. Basic token definitions and lexer skeleton have been added. Basic JSON symbol tokenization is now supported. MoonBit project initialization and local compilation are completed. String tokenization is now supported. Integer number tokenization has been added. A functional JSON lexer is now implemented.
Current Features
Supported JSON Tokens
{}:,truefalsenullLexer Features