add reminder in README
This commit is contained in:
parent
21444c2654
commit
2dfee85722
1
README
1
README
@ -1,4 +1,5 @@
|
|||||||
woody is a traditional programming language
|
woody is a traditional programming language
|
||||||
|
note that woody does not exist yet.
|
||||||
no precedence (rtl)
|
no precedence (rtl)
|
||||||
+ add $ concat
|
+ add $ concat
|
||||||
- sub ( lambda
|
- sub ( lambda
|
||||||
|
5
parse.c
5
parse.c
@ -3,6 +3,11 @@
|
|||||||
#include "token.h"
|
#include "token.h"
|
||||||
#include "parse.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.
|
* Takes the tokenized program and parses them into an array of trees.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user