olleicua / hcl

Hot Cocoa Lisp
GNU General Public License v3.0
34 stars 4 forks source link

So I was looking at your code and saw a misspelled word (change 'puncuated' -> 'punctuated'). #1

Closed idupree closed 11 years ago

idupree commented 11 years ago

(tested to not to change the current behavior:

hcl> ~[] [ReferenceError unquote is not defined] hcl> `[] [SyntaxError Unexpected token )] hcl> '[] [ReferenceError list is not defined]

olleicua commented 11 years ago

Thanks this was actually removed in a later version.