separated into modules, added parser and lexer for miniImp
This commit is contained in:
9
test/testingImpParser.expected
Normal file
9
test/testingImpParser.expected
Normal file
@ -0,0 +1,9 @@
|
||||
Identity program: 1
|
||||
y not defined program: The variable y is not defined.
|
||||
Factorial program: 3628800
|
||||
Hailstone sequence's lenght program: 351
|
||||
Sum multiples of 3 and 5 program: 35565945
|
||||
Rand program: true
|
||||
Fibonacci program: 4807526976
|
||||
Miller-Rabin primality test program: 0
|
||||
Miller-Rabin primality test program: 1
|
||||
Reference in New Issue
Block a user