git @ Cat's Eye Technologies ALPACA / b5bc6b9
Fix bug. REDGREEN seems to be handled correctly now. catseye 12 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
8383 * Circute
8484 * Jaccia and Jacciata
8585 * Braktif
86 * REDGREEN
8687
8788 ...and so far seems to handle all of them correctly.
8889
3737 assert class_decl.type == 'ClassDecl'
3838 if class_id == class_decl.value:
3939 return True
40 class_ast = find_class_defn(alpaca, class_id)
40 class_ast = find_class_defn(alpaca, class_decl.value)
4141 if class_defn_is_a(alpaca, class_ast, class_id):
4242 return True
4343 return False