diff options
author | dos-reis <gdr@axiomatics.org> | 2012-01-12 12:50:31 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-01-12 12:50:31 +0000 |
commit | 4ebf86fc014d407548be8af728191fe02401bf1a (patch) | |
tree | e86ee14a7150fccd3183ee3e4803ce7fe6c60a94 /src/ChangeLog | |
parent | e9d8606f86600b7d581f93f346981bca1f291dc7 (diff) | |
download | open-axiom-4ebf86fc014d407548be8af728191fe02401bf1a.tar.gz |
* boot/parser.boot (bpFunction): New.
(bpConstTok): Include it.
* boot/ast.boot (bfFunction): New.
* boot/tokens.boot: `function' is now a keyword.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 21d8c56a..01e6ee3f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2012-01-12 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/parser.boot (bpFunction): New. + (bpConstTok): Include it. + * boot/ast.boot (bfFunction): New. + * boot/tokens.boot: `function' is now a keyword. + 2012-01-11 Gabriel Dos Reis <gdr@cs.tamu.edu> * boot/tokens.boot (keywordId): New. |