Merge remote-tracking branch 'origin/main' into packages

This commit is contained in:
Richard Feldman 2022-12-17 03:32:52 -05:00
commit 3e448fd2b4
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
61 changed files with 1506 additions and 538 deletions

View file

@ -4,4 +4,4 @@ libapp.so
dynhost
preprocessedhost
metadata
expects-test
expects-test

View file

@ -9,9 +9,17 @@ expect
a == b
polyDbg = \x ->
dbg x
x
main =
x = 42
expect x != x
dbg x
dbg "Fjoer en ferdjer frieten oan dyn geve lea"
"Program finished!\n"
r = {x : polyDbg "abc", y: polyDbg 10u8, z : polyDbg (A (B C))}
when r is
_ -> "Program finished!\n"