This repository has been archived on 2022-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
arf/README.md

16 lines
377 B
Markdown
Raw Normal View History

2022-08-09 05:51:56 +00:00
# ARF
The ARF programming language.
This is still under development and does not compile things yet. Once complete,
it will serve as a temporary compiler that will be used to write a new one using
the language itself.
## Checklist
- [X] File reader
- [ ] File -> tokens
- [ ] Tokens -> syntax tree
- [ ] Syntax tree -> semantic tree
- [ ] Semantic tree -> C -> object file