mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
10 lines
475 B
Perl
10 lines
475 B
Perl
This file was autogenerated.
|
|
$ ../../src/Driver.exe -runtime ../../runtime -I ../../runtime -I ../../stdlib/x64 -ds -dp test11.lama -o test 2>&1 | grep -v 'missing .note.GNU-stack'
|
|
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
|
|
$ ./test
|
|
Succ ("a")
|
|
Succ (Add ("a", "a"))
|
|
Succ (Sub ("a", "a"))
|
|
Succ (Sub (Add ("a", "a"), "a"))
|
|
Succ (Add ("a", Mul ("a", "a")))
|
|
Succ (Sub (Mul ("a", "a"), Div ("a", "a")))
|