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:
dbbb348
)
Add letrec and letnonrec as keywords to pret-lam.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 2 Sep 2009 09:13:15 +0000
(11:13 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 2 Sep 2009 09:13:15 +0000
(11:13 +0200)
pret-lam.lua
patch
|
blob
|
history
diff --git
a/pret-lam.lua
b/pret-lam.lua
index 98244b0f421c5fe421ccb0578fec2ff1764d8612..7058f620f01d5a8f2298418e9842f1137e86210b 100644
(file)
--- a/
pret-lam.lua
+++ b/
pret-lam.lua
@@
-32,6
+32,8
@@
local keywords = {
['case'] = {},
['of'] = {},
['let'] = {},
+ ['letrec'] = {},
+ ['letnonrec'] = {},
['in'] = {},
}