Skip to content

Refactor: proper AST structure #18

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

Closed
vknabel opened this issue Oct 24, 2021 · 0 comments
Closed

Refactor: proper AST structure #18

vknabel opened this issue Oct 24, 2021 · 0 comments
Assignees
Labels
compiler feature New feature or request

Comments

@vknabel
Copy link
Owner

vknabel commented Oct 24, 2021

Currently Lithia does not make a real difference between parsing and executing. In order to support any kind of advanced tooling, we need a proper AST structure.

This should also massively reduce the performance hit of function calls as they currently get parsed again.

@vknabel vknabel added feature New feature or request compiler labels Oct 24, 2021
@vknabel vknabel added this to the Basic Language Server milestone Oct 24, 2021
@vknabel vknabel moved this to Todo in Lithia Oct 24, 2021
@vknabel vknabel added this to Lithia Oct 24, 2021
@vknabel vknabel moved this from Backlog to In Progress in Lithia Oct 24, 2021
@vknabel vknabel mentioned this issue Oct 27, 2021
17 tasks
@vknabel vknabel self-assigned this Jan 21, 2022
vknabel added a commit that referenced this issue Jan 24, 2022
* refactor: migration to proper AST
* refactor: Parse function expressions
* extern docs
* improved docs
* relative errors
* centralize function calls
* nicer stack traces
* bump dependencies
* remove old interpreter
* improved error handling
@vknabel vknabel closed this as completed Jan 24, 2022
Repository owner moved this from In Progress to Done in Lithia Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant