Commit Graph

10 Commits

Author SHA1 Message Date
238980d602
Remove Dictionaries
Remove parsing and evaluating of Dictionaries
2024-08-12 00:00:03 +10:00
2b840ff8b9
Fix errors in README examples 2024-08-11 23:33:56 +10:00
1688296528
Add WIP README.md
I still need to add more examples to it, and as I work on the
language, the syntax will certainly change, and I will hopefully
change the README to reflect these changes as they happen.
2024-08-11 23:30:40 +10:00
1a04677440
Fix up do-while.md 2024-08-11 13:07:05 +10:00
2cee127d8f
Add parsing for defers 2024-08-11 12:59:19 +10:00
659c79373d
Remove ppp_types0.py
It is just an old version of ppp_types.py, before I probably rewrote
the way types worked.
2024-08-11 11:44:50 +10:00
9b960e3ecf
Move markdown files into plans/ directory 2024-08-11 11:40:00 +10:00
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
782b68a12b
Add do-while.md
I created this file after I came back to the project and randomly had
a though about do-while blocks, which lead me to other thoughts.
2024-08-08 22:01:00 +10:00
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