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

parser: create a lua parser #2

Closed
tsatke opened this issue Nov 29, 2020 · 0 comments
Closed

parser: create a lua parser #2

tsatke opened this issue Nov 29, 2020 · 0 comments

Comments

@tsatke
Copy link
Owner

tsatke commented Nov 29, 2020

Create a very basic parser for Lua.

Strings should be kept especially simple in the beginning, i.e. either be enclosed in ' or ". No escapes and no multiline is needed in the beginning.

tsatke added a commit that referenced this issue Dec 1, 2020
Implemented a minimal parser that can parse simple assignments, simple function calls and ' and " delimited strings without escapes or anything fancy.
@tsatke tsatke closed this as completed Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant