Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created June 9, 2025 09:45
Show Gist options
  • Save MasterDuke17/1ac58e82078959a466d935db2b0a250b to your computer and use it in GitHub Desktop.
Save MasterDuke17/1ac58e82078959a466d935db2b0a250b to your computer and use it in GitHub Desktop.
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