some questions about the internal #4779
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2015-06-22 by @gfwilliams
But the sequence of calls looks like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-06-21 by Long
Here are two questions puzzled me a lot.
1.Could someone give me some examples for the members of the structure of JsExecInfo(execInfo) and JsLex would be when typing codes like
in the terminal. I already have seen the notes for the members of these two structures, but I do not understand well. It can be better for me if someone can give me the general idea for the course of parsing js codes in jsparse.c .
2.I find that when I type codes in the terminal, the reason why these codes can be showed in the terminal is the function jshUSARTKick() in the file "jshardware.c", but I do not know how the function jshUSARTKick() is called. I have not found the the corresponding codes for this function calling. Could someone help me ?
Beta Was this translation helpful? Give feedback.
All reactions