Explorar el Código

Use new ubiquitous token format

pull/1/head
Max Brunsfeld hace 12 años
padre
commit
bb5fbbf48f
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      grammar.coffee

+ 1
- 3
grammar.coffee Ver fichero

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

Cargando…
Cancelar
Guardar