Procházet zdrojové kódy

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

Nicolas Petton před 12 roky
rodič
revize
ece0334618
2 změnil soubory, kde provedl 358 přidání a 188 odebrání
  1. 357 187
      js/parser.js
  2. 1 1
      st/Makefile

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů