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
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ npm install
63
63
- The parser is brokend up into over 20 files, that handle different parts of the parsing process.
64
64
-```parser.js``` is where the different modules come together to build the final tree output.
65
65
-```rearrange``` are a group of functions that take the original tokens from the lexer and rearrange them in a manner that is conducive to building the AST so that it produces the equivalent JavaScript output of the Swift input.
66
-
- the AST is converted o JavaScript using Escodegen.
0 commit comments