Actually just three programming languages in a trenchcoat
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:foxfriends/trilogy

+2 -2
+2 -2
trilogy-codegen/src/query.rs
··· 275 275 .instruction(Instruction::Swap) 276 276 .cond_jump(&cleanup) 277 277 .instruction(Instruction::Cons); 278 - evaluate_or_fail(context, bound, &unification.expression, &on_fail); 279 - write_pattern_match(context, &unification.pattern, &on_fail); 278 + evaluate_or_fail(context, bound, &unification.expression, on_fail); 279 + write_pattern_match(context, &unification.pattern, on_fail); 280 280 context 281 281 .jump(&pass) 282 282 .label(cleanup)