Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
[bootstrap]: Add stage0 versions of HLLCompiler, NQP.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 28, 2009
1 parent d9b4687 commit 36a6064
Show file tree
Hide file tree
Showing 5 changed files with 20,261 additions and 1,298 deletions.
2 changes: 2 additions & 0 deletions build/Makefile.in
Expand Up @@ -214,6 +214,8 @@ bootstrap: p6grammar
bootstrap-files: $(STAGE2)/$(P6REGEX_PBC) $(STAGE2)/$(P6GRAMMAR_PBC)
$(PERL) build/gen_bootstrap.pl src/Regex/P6Regex.pir >src/stage0/P6Regex-s0.pir
$(PERL) build/gen_bootstrap.pl src/Regex/P6Grammar.pir >src/stage0/P6Grammar-s0.pir
$(PERL) build/gen_bootstrap.pl src/cheats/hll-grammar.pir >src/stage0/HLLGrammar-s0.pir
$(PERL) build/gen_bootstrap.pl src/NQP/Compiler.pir >src/stage0/NQP-s0.pir


## testing
Expand Down

0 comments on commit 36a6064

Please sign in to comment.