Skip to content

Commit

Permalink
Merge pull request #2090 from usethesource/fix-location-in-bootstrap-…
Browse files Browse the repository at this point in the history
…code

Fix location in bootstrap code
  • Loading branch information
jurgenvinju authored Dec 8, 2024
2 parents 337210f + 6652bc0 commit bea8828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void bootstrapAst(loc rascalHome) {

public void bootParser(Grammar gr, loc rascalHome) {
source = newGenerate(package, rootName, gr);
writeFile(rascalHome + "lang/rascal/syntax/<rootName>.java", source);
writeFile(rascalHome + "src/org/rascalmpl/library/lang/rascal/syntax/<rootName>.java", source);
}

public void bootAST(Grammar g, loc rascalHome) {
Expand Down

0 comments on commit bea8828

Please sign in to comment.