tokenize-zsharp
v1.0.2
Published
tokenization for zsharp
Readme
Tokenize-zsharp
Overview
This is a wrapper library around tokenizr and parses zsharp. Zsharp is a Zokrates-alike language within a circuit compiler infrastructure called Circ.
The code supports one method:
GetLexer(): Tokenizr
It returns a Tokenizr object with preconfigured rules for zsharp. You can run any of the methods defined within the Tokenizr.
Contributing
Please visit the github repo (may be private while under more development) and make any issues, pull requests/modifications as you would like.
Changelog
1.0.2 Migrated files for typing issues
1.0.1 Added README
1.0.0 Initial publish
