Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix --target=ast in the self hosting compiler.
  • Loading branch information
pmurias committed Jul 27, 2014
1 parent c88fd30 commit c44b24f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vm/js/HLL/Backend.nqp
Expand Up @@ -48,7 +48,8 @@ class HLLBackend::JavaScript {
}

method is_textual_stage($stage) {
1
# stage '' is the last stage (js)
$stage eq 'js' || $stage eq '';
}


Expand Down

0 comments on commit c44b24f

Please sign in to comment.