From 4ebf86fc014d407548be8af728191fe02401bf1a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 12 Jan 2012 12:50:31 +0000 Subject: * boot/parser.boot (bpFunction): New. (bpConstTok): Include it. * boot/ast.boot (bfFunction): New. * boot/tokens.boot: `function' is now a keyword. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') 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 + + * 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 * boot/tokens.boot (keywordId): New. -- cgit v1.2.3