Skip to content

Commit

Permalink
PCT: Convert PCT/HLLCompiler to Winxed
Browse files Browse the repository at this point in the history
  • Loading branch information
Benabik committed Apr 26, 2012
1 parent 8be7e37 commit a228fda
Show file tree
Hide file tree
Showing 6 changed files with 910 additions and 1,097 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ compilers/pct/src/PAST/Compiler.pir [pct]
compilers/pct/src/PAST/Node.winxed [pct]
compilers/pct/src/PCT/Dumper.winxed [pct]
compilers/pct/src/PCT/Grammar.winxed [pct]
compilers/pct/src/PCT/HLLCompiler.pir [pct]
compilers/pct/src/PCT/HLLCompiler.winxed [pct]
compilers/pct/src/PCT/Node.winxed [pct]
compilers/pct/src/POST/Compiler.pir [pct]
compilers/pct/src/POST/Node.winxed [pct]
Expand Down
1 change: 1 addition & 0 deletions compilers/pct/Defines.mak
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PCT_LIB_PBCS = \

PCT_CLEANUPS = $(PCT_LIB_PBCS) \
compilers/pct/src/PCT/Dumper.pir \
compilers/pct/src/PCT/HLLCompiler.pir \
compilers/pct/src/PCT/Node.pbc \
compilers/pct/src/PCT/Node.pir \
compilers/pct/src/PAST/Node.pbc \
Expand Down
3 changes: 3 additions & 0 deletions compilers/pct/Rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ $(LIBRARY_DIR)/PCT/HLLCompiler.pbc : compilers/pct/src/PCT/HLLCompiler.pir \
$(LIBRARY_DIR)/PCT/Dumper.pbc
$(PARROT) -o $@ compilers/pct/src/PCT/HLLCompiler.pir

compilers/pct/src/PCT/HLLCompiler.pir : compilers/pct/src/PCT/HLLCompiler.winxed $(WINXED)
$(WINXED) -c -o $@ $<

$(LIBRARY_DIR)/PCT/Dumper.pbc : compilers/pct/src/PCT/Dumper.pir $(PARROT)
$(PARROT) -o $@ compilers/pct/src/PCT/Dumper.pir

Expand Down
1 change: 1 addition & 0 deletions compilers/pct/src/PCT/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Dumper.pir
Grammar.pir
HLLCompiler.pir
Node.pir
Loading

0 comments on commit a228fda

Please sign in to comment.