Skip to content

Commit

Permalink
Add current ast implementation to thesis
Browse files Browse the repository at this point in the history
  • Loading branch information
asynchroza committed Oct 18, 2023
1 parent 0d44318 commit 5263838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nulascript/ast/ast.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <token.h>

// Program
// ? should this implementation be dropped
std::string Program::tokenLiteral() {
if (!statements.empty()) {
return statements.at(0)->tokenLiteral();
Expand Down
Binary file modified thesis.docx
Binary file not shown.

0 comments on commit 5263838

Please sign in to comment.