Przeglądaj źródła

Use new ubiquitous token format

pull/1/head
Max Brunsfeld 12 lat temu
rodzic
commit
bb5fbbf48f
1 zmienionych plików z 1 dodań i 3 usunięć
  1. +1
    -3
      grammar.coffee

+ 1
- 3
grammar.coffee Wyświetl plik

@ -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(

Ładowanie…
Anuluj
Zapisz