Skip to content

Language description language, Lexer, Parser for Python

License

Notifications You must be signed in to change notification settings

henrylee97/plare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plare

Language description language, Lexer, Parser purely developed with python3

Installation

Download the codes from GitHub and install using pip.

$ cd /path/to/your/workspace
$ git clone https://github.com/HenryLee97/plare.git
$ cd plare
$ sudo pip install .

How to use

Plare offers classes for language description, lexer generation, and parser generation. Detailed usages can be found in tutorial.

Uninstallation

This library is managed by pip. Therefore, you can easily uninstall the tool.

$ sudo pip uninstall plare

About

Language description language, Lexer, Parser for Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages