rkgk/crates/haku
リキ萌 a4c18c37dc h1: make | operator work with anything other than syntactic calls (in which case it just calls the value)
in case you call a function to get a function, parenthesise it

    1 | getFunction ()   -- getFunction 1 ()
    1 | (getFunction ()) -- (getFunction ()) 1
2025-09-03 16:57:21 +02:00
..
src h1: make | operator work with anything other than syntactic calls (in which case it just calls the value) 2025-09-03 16:57:21 +02:00
tests haku: more cleanups: remove old unused VM 2025-06-16 18:57:51 +02:00
Cargo.toml haku: more cleanups: remove old unused VM 2025-06-16 18:57:51 +02:00