mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
Included lama compilation in root's make regression target
This commit is contained in:
parent
52ef663986
commit
89536c67e0
3240 changed files with 14640 additions and 6 deletions
6
lama-compiler/regression/expressions/generated04022.lama
Normal file
6
lama-compiler/regression/expressions/generated04022.lama
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
var x0, x1, y;
|
||||
|
||||
x0 := read ();
|
||||
x1 := read ();
|
||||
y := 17*(x1-36+37);
|
||||
write (y)
|
||||
Loading…
Add table
Add a link
Reference in a new issue