kristoff-it / ziggy

A data serialization language for expressing clear API messages, config files, etc.
https://ziggy-lang.io
MIT License
154 stars 10 forks source link

real support for numbers #1

Open kristoff-it opened 7 months ago

kristoff-it commented 7 months ago

Right now number parsing is PoC quality.

Goal is to support everything that Zig supports, ideally by leveraging the Zig stdlib parser.

kristoff-it commented 6 months ago

The tree sitter grammar has been updated to fully support Zig style numbers. The handwritten tokenizer remains TODO.