Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic tool 2 #59

Open
wants to merge 6 commits into
base: f24
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions Iroh_output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
compile("");
call $$ANON_1 ( [{…}] )
call $$ANON_1 end -> [undefined]
call compile ( [""] )
call scan ( [""] )
loop 333
call next ( [] )
call next end -> [undefined]
call charAt #external ( [0] )
call charAt end #external -> [""]
call charCodeAt #external ( [0] )
call charCodeAt end #external -> [NaN]
call isBlank ( [NaN] )
call isBlank end -> [false]
call isAlpha ( [NaN] )
call isAlpha end -> [false]
call isNumber ( [NaN] )
call isNumber end -> [false]
call charCodeAt #external ( [1] )
call charCodeAt end #external -> [NaN]
call isNumber ( [NaN] )
call isNumber end -> [false]
call isQuote ( [NaN] )
call isQuote end -> [false]
call isPunctuatorChar ( [""] )
call isPunctuatorChar end -> [false]
call isOperatorChar ( [""] )
call isOperatorChar end -> [false]
if
break
if end
loop end 333
call scan end -> [Array(0)]
call parse ( [Array(0)] )
call next ( [] )
call next end -> [undefined]
call pushScope ( [{…}] )
new Scope
new end
call pushScope end -> [undefined]
call parseStatementList ( [] )
loop 340
if
break
if end
loop end 340
call parseStatementList end -> [Array(0)]
call parse end -> [{…}]
call generate ( [{…}] )
call generateBody ( [Array(0)] )
call generateBody end -> [undefined]
call generate end -> [""]
call compile end -> [""]
Binary file removed dump.rdb
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"imagesloaded": "5.0.0",
"ioredis": "5.4.1",
"ipaddr.js": "2.2.0",
"iroh": "^0.3.0",
"jquery": "3.7.1",
"jquery-deserialize": "2.0.0",
"jquery-form": "4.3.0",
Expand Down