Skip to content

Commit

Permalink
Set true_value and false_value in hllconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Aug 14, 2018
1 parent aae0827 commit 27f80f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -3564,6 +3564,8 @@ nqp::sethllconfig('perl6', nqp::hash(
'num_box', Num,
'str_box', Str,
'null_value', Mu,
'true_value', (Bool.WHO)<True>,
'false_value', (Bool.WHO)<False>,
'foreign_type_int', Int,
'foreign_type_num', Num,
'foreign_type_str', Str,
Expand Down

0 comments on commit 27f80f4

Please sign in to comment.