From: Matthijs Kooijman Date: Thu, 15 Oct 2009 16:33:15 +0000 (+0200) Subject: Make "DEFAULT" a keyword. X-Git-Tag: final-thesis~204 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=a53b6c743af7c3db6d07720d45c20e058c57444b Make "DEFAULT" a keyword. --- diff --git a/pret-lam.lua b/pret-lam.lua index 6c1ee96..68db577 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -35,6 +35,7 @@ local keywords = { ['letrec'] = {}, ['letnonrec'] = {}, ['in'] = {}, + ['DEFAULT'] = {}, } local in_block = 0