Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 262 Bytes

pyf4

Python implementation of the F4/Helen programming language. Uses PLY (Python Lex-Yacc). Requires Python 3.

Information about the syntax you can find on the project wiki.

How to build

Just run setup.py bdist_msi or run directly via f4main.py.