projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f26456b
)
Make "DEFAULT" a keyword.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 15 Oct 2009 16:33:15 +0000
(18:33 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 15 Oct 2009 16:33:15 +0000
(18:33 +0200)
pret-lam.lua
patch
|
blob
|
history
diff --git
a/pret-lam.lua
b/pret-lam.lua
index 6c1ee96a2b39899a1b45f832c8766e7b917c68b2..68db5772120fcf8716ada9e40b3f612a43986747 100644
(file)
--- a/
pret-lam.lua
+++ b/
pret-lam.lua
@@
-35,6
+35,7
@@
local keywords = {
['letrec'] = {},
['letnonrec'] = {},
['in'] = {},
+ ['DEFAULT'] = {},
}
local in_block = 0