ソースを参照

Use new ubiquitous token format

pull/1/head
Max Brunsfeld 12年前
コミット
bb5fbbf48f
1個のファイルの変更1行の追加3行の削除
  1. +1
    -3
      grammar.coffee

+ 1
- 3
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(

読み込み中…
キャンセル
保存