49a8a1c24ba49c1bda0d35c5686621c48841db3f
Lexer and parser already had Percent token and precedence on the compiler/string-interp branch. This commit adds the missing is_int_expr case for Percent so that modulo expressions over Int operands are correctly typed as Int (enabling arithmetic dispatch rather than falling through to string concat or untyped paths). binop_to_c already mapped Percent -> % at HEAD; only is_int_expr needed the Percent arm.
Description
The Engram programming language — types as knowledge nodes, quantum-sealed prod target
152 MiB
Releases
5
El SDK (latest)
Latest
Languages
Emacs Lisp
74.5%
C
22.1%
HTML
1.4%
Objective-C
0.6%
Shell
0.6%
Other
0.8%