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

Implement Compile runtime function #25

Open
ikskuh opened this issue Aug 25, 2020 · 0 comments
Open

Implement Compile runtime function #25

ikskuh opened this issue Aug 25, 2020 · 0 comments
Labels
proposal This issue proposes changes to the language that are not yet accepted and need some thinking. runtime library This issue is related to the runtime library

Comments

@ikskuh
Copy link
Owner

ikskuh commented Aug 25, 2020

For the standalone version of LoLa, implement means to compile LoLa code at runtime via a Compile function.

Compile(source: string) object|void
Compiles the given LoLa source and returns an object exposing all functions defined in the script. If the compilation fails, void will be returned.

@ikskuh ikskuh added runtime library This issue is related to the runtime library proposal This issue proposes changes to the language that are not yet accepted and need some thinking. labels Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal This issue proposes changes to the language that are not yet accepted and need some thinking. runtime library This issue is related to the runtime library
Projects
None yet
Development

No branches or pull requests

1 participant