Skip to content

Commit 07422cd

Browse files
authored
Update README.md
1 parent c0fd238 commit 07422cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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.
33

44
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.
55

0 commit comments

Comments
 (0)