소스 검색

Merge branch 'ast-interpreter' of github.com:NicolasPetton/amber into ast-interpreter

Nicolas Petton 12 년 전
부모
커밋
ece0334618
2개의 변경된 파일358개의 추가작업 그리고 188개의 파일을 삭제
  1. 357 187
      js/parser.js
  2. 1 1
      st/Makefile

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 357 - 187
js/parser.js


+ 1 - 1
st/Makefile

@@ -30,7 +30,7 @@ boot.js init.js:
 # $@ is the target
 # $< is the prerequisite
 parser.js: ../js/parser.pegjs
-	pegjs -e smalltalk.parser $< $@
+	pegjs --track-line-and-column --cache -e smalltalk.parser $< $@
 
 # Then we compile Kernel-*.st files depending on having boot.js, init.js and parser.js
 # $< means the first dependency - in other words Kernel-*.st

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.