diff --git a/grammar.coffee b/grammar.coffee index 58ad396..0ec16aa 100644 --- a/grammar.coffee +++ b/grammar.coffee @@ -10,9 +10,7 @@ commaSep1 = (rule) -> module.exports = compiler.grammar name: 'c', - separators: [' ', '\t', '\r', '\n'] - - ubiquitous: ["comment"] + ubiquitous: -> [@comment, /\s/] rules: program: -> repeat(choice(