Created
June 9, 2025 09:45
-
-
Save MasterDuke17/1ac58e82078959a466d935db2b0a250b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dan@athena:~/Source/raku/rakudo$ RAKUDO_RAKUAST=1 ./rakudo-m -e 'class A { has $.b is built(True) }' | |
callee.is-resolved = True nqp::istype(callee.resolution, RakuAST::CompileTimeValue) = 1 args.IMPL-CAN-INTERPRET = False | |
callee: Var::Lexical::Constant 【&trait_mod:<is>】 | |
callee origin: | |
args: ArgList | |
Declaration::ResolvedConstant | |
ColonPair::Value | |
Circumfix::Parentheses ⎡(True)⎤ | |
SemiList ⎡True⎤ | |
Statement::Expression ⎡True⎤ | |
Term::Name ⎡True⎤ | |
Name 【True】 ⎡True⎤ | |
args origin: | |
===SORRY!=== Error while compiling -e | |
BEGIN time calls only supported for simple constructs so far | |
at -e:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment