Skip to content

Commit 65e0a95

Browse files
Update README.md
1 parent ffdd397 commit 65e0a95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Component 5 - Abstract Syntax Tree
22

3-
This program is not yet functional.
4-
53
A C++ program that creates an Abstract Syntax Tree (AST) based on the Concrete Syntax Tree (CST) that is generated via an input file. The program utilizes a LCRS binary tree (Left-Child, Right-Sibling) to store the AST. The resulting AST will be displayed in breadth-first order.
64

75
Authored by: [Blake Marshall](https://github.com/officialblake), [Brandon Robinson](https://github.com/brandonuscg), [Holden Ea](https://github.com/holdenkea), [Rolando Yax](https://github.com/Ryax3), and [Jacob Sellers](https://github.com/JacobS999).

0 commit comments

Comments
 (0)