Skip to content

xieyuheng/partech

Repository files navigation

Partech

Parsing Techniques -- A language for writing grammars and generating parsers.

Usages

Install the package:

npm install @xieyuheng/partech

TODO This package is used in many languages of cicada project, but the API of this package is not stable yet.

Examples

TODO

Thanks

Thank you, Noam Chomsky, for Generative grammar and Chomsky hierarchy.

Thank you, Dick Grune and Ceriel J.H. Jacobs, for writing a great textbook about parsing.

Thank you, Steven Pemberton, for your works about XML and designing the ABC programming language.

Development

npm install           # Install dependencies
npm run build         # Compile `src/` to `lib/`
npm run build:watch   # Watch the compilation
npm run format        # Format the code
npm run test          # Run test
npm run test:watch    # Watch the testing

License

GPLv3

About

Parsing Techniques

Resources

License

Stars

Watchers

Forks

Packages

No packages published