add reminder in README

This commit is contained in:
matt 2022-04-02 18:18:24 +08:00
parent 21444c2654
commit 2dfee85722
2 changed files with 6 additions and 0 deletions

1
README
View File

@ -1,4 +1,5 @@
woody is a traditional programming language
note that woody does not exist yet.
no precedence (rtl)
+ add $ concat
- sub ( lambda

View File

@ -3,6 +3,11 @@
#include "token.h"
#include "parse.h"
/**
* Please start by reading the code of parseall instead of reading
* from top to bottom.
*/
/**
* Takes the tokenized program and parses them into an array of trees.
*/