├── .gitignore ├── README.md ├── screenshot └── apply.png └── src ├── apply.py └── tree.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumNerGL/FakeLispInterpreter/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumNerGL/FakeLispInterpreter/HEAD/README.md -------------------------------------------------------------------------------- /screenshot/apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumNerGL/FakeLispInterpreter/HEAD/screenshot/apply.png -------------------------------------------------------------------------------- /src/apply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumNerGL/FakeLispInterpreter/HEAD/src/apply.py -------------------------------------------------------------------------------- /src/tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumNerGL/FakeLispInterpreter/HEAD/src/tree.py --------------------------------------------------------------------------------