peon/src/peon/stdlib/builtins
Mattia Giambirtone 42ba738620
Added 'is' identity operator and implemented equality for booleans
2023-05-01 16:37:33 +02:00
..
arithmetics.pn Minor improvements to modularization (moved even more procedures to generalized methods) 2022-12-16 14:32:20 +01:00
bitwise.pn Minor additions and cleanup 2023-01-17 12:53:23 +01:00
comparisons.pn Added 'is' identity operator and implemented equality for booleans 2023-05-01 16:37:33 +02:00
logical.pn Added tagged type unions, moved intrinsics to peon's stdlib and fixed issues with generics and parametric polymorphism 2022-11-29 16:48:05 +01:00
misc.pn Removed broken closure implementation, changed local resolution mechanism, many bug fixes to namespaces and tests 2022-12-04 16:54:28 +01:00
values.pn Added short type aliases to peon stdlib + minor comment fixes 2023-01-24 12:22:26 +01:00