compilertk

View on PyPIReverse Dependencies (0)

0.12.2 compilertk-0.12.2-py3-none-any.whl

Wheel Details

Project: compilertk
Version: 0.12.2
Filename: compilertk-0.12.2-py3-none-any.whl
Download: [link]
Size: 15332
MD5: f2a185a02becb4ffcfc623e00bea40e5
SHA256: 6644674913110881091b6f53bdc2040c33e260d76273da40439d136979360bc4
Uploaded: 2020-08-23 15:50:49 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: compilertk
Version: 0.12.2
Summary: Collections of tools useful for syntax analysis part of compiler design
Author: candh
Home-Page: https://github.com/candh/compiler-toolkit
License: MIT
Keywords: compiler toolkit syntax analysis first follow null unit production grammar LL1
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Requires-Python: >=3.7
Requires-Dist: colorful
Requires-Dist: PyInquirer
Requires-Dist: docopt
Requires-Dist: tabulate
Description-Content-Type: text/markdown
[Description omitted; length: 1163 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_toolkit.py sha256=VZqesQtX4T8h0hwxsCXdj0Z17JtDQYGJLW3cbjl5joI 2360
tests/bak/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/bak/test_elim_left_recursion.py sha256=CMEenT7IxhPEghEfhvMjzplh9cqdYmSnBP1eX4dMod0 541
tests/bak/test_elim_null.py sha256=L0Xea87MDzaZN1w1-mFt_1iuVftIv4ZAYzUhld3Hi9o 522
tests/bak/test_parser.py sha256=10tbpX3L_FjfR4OCg-L3br8SOcY-31bSPMtSjcpITtU 331
tests/bak/test_toolkit.py sha256=LKffs3Hb9WMWUcZ1ok5u5Mpfra46E5C9946dxLyyk4w 662
toolkit/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
toolkit/main.py sha256=jawYiHU3TJQ8FW8JUFkkAakGnGfD--apA5qKKaiQiJI 7713
toolkit/modules/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
toolkit/modules/elim_left_recursion.py sha256=G2-Dfa03qtMaW3xS60a-losRh7udflDikT00z2Vt4nE 1790
toolkit/modules/elim_null.py sha256=hQHGUUREdw5j7u73TtU0u1PzISaESk0Zf8jaPcwWV2M 610
toolkit/modules/elim_unit.py sha256=Bpin7J7etFQ8PQq-Lf9npiPC3fEefRRwsP3-ZYSbjwE 3871
toolkit/modules/grammar.py sha256=8NQ4YGbg8mXWvXldVFLp4veBXAwNHa9Byar9jZ5xbBE 1387
toolkit/modules/is_nullable.py sha256=W9VwGv4GCmZnfU56pV0VfZYLiOTsFBTEzeywojOdeOI 1023
toolkit/modules/make_first_sets.py sha256=Cd26jseBKFFLHnbPZ4ToNKei5A2RZnl9rIyB7YGwRl4 2077
toolkit/modules/make_follow_sets.py sha256=4j_4fm7fMuO3htvfcz1N8nhRMJMFfpIp_AgfdJWT8KQ 2250
toolkit/modules/make_parsing_table.py sha256=jztC4_cqw9MJ0EvOtqSGhgDOlvajV4eKiHOGm8g90rU 2972
compilertk-0.12.2.dist-info/LICENSE sha256=PufEtkm3g2iPEYbJqg2lDjMQJ1FMm_oUPyeYPiN4PHE 1056
compilertk-0.12.2.dist-info/METADATA sha256=xA7jsvPCJKCMJNH3wTKooHH4b4msSTNbyH7TnNzv3cE 1872
compilertk-0.12.2.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
compilertk-0.12.2.dist-info/entry_points.txt sha256=TBxhN7JVcIsU3-umrjbpgUokRR2vLfcYjFt52WW3Ja0 50
compilertk-0.12.2.dist-info/top_level.txt sha256=EA1wRO62jtkBJayF2xTbvHmF0loS-aCEZ9zHI_cGwdY 14
compilertk-0.12.2.dist-info/RECORD

top_level.txt

tests
toolkit

entry_points.txt

compilertk = toolkit.main:main