This website requires JavaScript.
Explore
Help
Sign In
serr
/
flex-bison-in-action
Watch
1
Star
0
Fork
You've already forked flex-bison-in-action
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7802545f53
flex-bison-in-action
/
poly.txt
13 lines
116 B
Plaintext
Raw
Blame
History
A = (x+2)^2;
A = A + A + 2;
print A;
B = 1;
A = x + B;
print A;
A = (x-2)*(x^2+2*x+4);
print A;
print 2+2*3;
Reference in New Issue
View Git Blame
Copy Permalink