Go to file
germax26 7c1ce16f4b
Initial commit
This is the state of this project as it was back at the end of March,
when I stopped working on it. I left markdown files as documentation
for myself of the stuff I wanted to do.
2024-08-08 21:54:03 +10:00
.gitignore Initial commit 2024-08-08 21:54:03 +10:00
dict.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_ast.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_ast.py Initial commit 2024-08-08 21:54:03 +10:00
ppp_interpreter.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_interpreter.py Initial commit 2024-08-08 21:54:03 +10:00
ppp_lexer.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_lexer.py Initial commit 2024-08-08 21:54:03 +10:00
ppp_object.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_object.py Initial commit 2024-08-08 21:54:03 +10:00
ppp_parser.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_parser.py Initial commit 2024-08-08 21:54:03 +10:00
ppp_stdlib.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_stdlib.py Initial commit 2024-08-08 21:54:03 +10:00
ppp_tokens.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_tokens.py Initial commit 2024-08-08 21:54:03 +10:00
ppp_types0.py Initial commit 2024-08-08 21:54:03 +10:00
ppp_types.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp_types.py Initial commit 2024-08-08 21:54:03 +10:00
ppp-whole.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp.ppp Initial commit 2024-08-08 21:54:03 +10:00
ppp.py Initial commit 2024-08-08 21:54:03 +10:00
test.ppp Initial commit 2024-08-08 21:54:03 +10:00
TODO.md Initial commit 2024-08-08 21:54:03 +10:00
type-inference.md Initial commit 2024-08-08 21:54:03 +10:00