Commit Graph

6 Commits (d799b47b82e7b0d310427bf26bfaacef1e544f7d)

Author SHA1 Message Date
Philipp Hagemeister 9f43890bcd [jsinterp] Allow digits in function names
Jaime Marquínez Ferrándiz ad25aee245 [youtube & jsinterp] Fix signature extraction (fixes )
Some functions are defined now inside an object, the jsinterp will search its definition if the variable is not defined in the local namespace.
Philipp Hagemeister fc040bfd05 [jsinterp] Prevent mis-recognitions of local functions
Philipp Hagemeister 61989fb5e9 [jsinterp] Remove superfluous u
Philipp Hagemeister 77ffa95701 [jsinterp] Better error messages
Philipp Hagemeister 2b25cb5d76 [youtube] Move JavaScript interpreter into its own module