Annotation of parser3/tests/322.html, revision 1.1
1.1 ! moko 1: @main[]
! 2: ^is_code{1}
! 3: ^is_method{1}
! 4: ^is_junction{1}
! 5:
! 6: ^is_code[$main]
! 7: ^is_method[$main]
! 8: ^is_junction[$main]
! 9:
! 10: void: ^if(^reflection:is[void;no-such-value]){yes}{no}
! 11: string: $s[] ^if(^reflection:is[string;s]){yes}{no}
! 12:
! 13: $a[ $.b[ $.c{code} ] ]
! 14: context: ^if(^reflection:is[code;$a.b;c]){yes}{no}
! 15:
! 16: @is_code[x]
! 17: code: ^if(^reflection:is[code;x]){yes}{no}
! 18:
! 19: @is_method[x]
! 20: method: ^if(^reflection:is[method;x]){yes}{no}
! 21:
! 22: @is_junction[x]
! 23: juction: ^if(^reflection:is[junction;x]){yes}{no}
E-mail: