Can the state machine be compiled directly into target language rather than to structures interpreted by the runtime? · Issue #100 · waxeye-org/waxeye · GitHub
More Web Proxy on the site http://driver.im/
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
The text was updated successfully, but these errors were encountered:
KOLANICH
changed the title
Can the state machine be compiled directly into target language rather than to structures interpreted by interpreter?
Can the state machine be compiled directly into target language rather than to structures interpreted by the runtime?
Jan 28, 2020
Yes. If I understand correctly, any language that can be interpreted can also be compiled, and vice versa. The simplest way would be to have the compiler traverse the state machine and output the same code that the interpreter uses.
It's something that I had in mind to do later, but only as an optimization once more important features were done.
No description provided.
The text was updated successfully, but these errors were encountered: