You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# expression-tree-gen
2
-
Building an expression tree of an arithmetic expression is something quite useful and it is done by our compilers to generate machine code.
2
+
Building an expression tree of an arithmetic expression is something quite useful and it is one of the steps a compilers must take to generate machine code.
3
3
4
4
With that in mind, and inspired on my lectures on the tree data structure I decided to create a web app that simulates the creation of such a tree given an expression.
0 commit comments