Files
Thun/.gitignore
T
Simon Forman 0d51f7ec1f A simple Joy-to-AST program.
Written in GNU Prolog, doncha know!?  :D
2023-02-17 11:08:43 -08:00

19 lines
236 B
Plaintext

.*\.pyc$
.*\.swp$
.eggs
.hypothesis
.pytest_cache
.vscode
docs/.ipynb_checkpoints
test/*
venv
build
Thun.egg-info
dist
__pycache__
implementations/Nim/joy
implementations/Python/joy
docs/notebooks/.ipynb_checkpoints
joy.py.*
joy_to_ast