Go to file
germax26 66cd54e532
Move .ppp files into ppp/ directory
I plan to make a few changes to my language, and I will then update
these files later. I am moving them because I don't want them
polluting the main directory. I probably should have done this to
begin with, but better late than never.
2024-08-11 11:35:49 +10:00
ppp Move .ppp files into ppp/ directory 2024-08-11 11:35:49 +10:00
.gitignore Initial commit 2024-08-08 21:54:03 +10:00
do-while.md Add do-while.md 2024-08-08 22:01:00 +10:00
ppp_ast.py 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.py 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.py 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.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.py Initial commit 2024-08-08 21:54:03 +10:00
ppp.py 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