소스 검색

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(

불러오는 중...
취소
저장