Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Chase latest HLL backend API.
  • Loading branch information
jnthn committed Feb 27, 2013
1 parent bc0b098 commit 084eb8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nqp-jvm-cc.nqp
Expand Up @@ -88,6 +88,10 @@ class HLL::Backend::JVM {
unlink($name ~ '.class');
}
}

method is_compunit($cuish) {
!pir::isa__IPs($cuish, 'String')
}
}

sub MAIN(*@ARGS) {
Expand Down

0 comments on commit 084eb8b

Please sign in to comment.