Procházet zdrojové kódy

Use new ubiquitous token format

pull/1/head
Max Brunsfeld před 12 roky
rodič
revize
bb5fbbf48f
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      grammar.coffee

+ 1
- 3
grammar.coffee Zobrazit soubor

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

Načítá se…
Zrušit
Uložit