diff --git a/README b/README index 87a2f7e..2489c22 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ woody is a traditional programming language +note that woody does not exist yet. no precedence (rtl) + add $ concat - sub ( lambda diff --git a/parse.c b/parse.c index 4e5462d..5555cf1 100644 --- a/parse.c +++ b/parse.c @@ -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. */