Metadata-Version: 2.1
Name: compyler-tools
Version: 0.3
Summary: Tools to make a compiler in python
Author: ricardoquinteladev
Keywords: python,compiler,lexer,parser,lalr,ast
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

A package that contains a lexer and a parser that creates an AST.
