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

feat: cli highlighting improvements. #2307

Merged
merged 10 commits into from
Dec 27, 2023
Merged

feat: cli highlighting improvements. #2307

merged 10 commits into from
Dec 27, 2023

Conversation

universalmind303
Copy link
Contributor

@universalmind303 universalmind303 commented Dec 27, 2023

a number of improvements to the cli highlighter.

  • better support for types
  • more support for various symbols &|+-/%
  • function highlighting!

demo

} else {
scratch.push(' ');
}
match self.execute(&buffer).await {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all of this is handled in the Validator now. Anything that makes it this point is already validated as Complete

@universalmind303 universalmind303 enabled auto-merge (squash) December 27, 2023 17:13
@universalmind303 universalmind303 merged commit e7d2126 into main Dec 27, 2023
12 checks passed
@universalmind303 universalmind303 deleted the func-highlighter branch December 27, 2023 17:31
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

Successfully merging this pull request may close these issues.

Local REPL errors when string literal contains semi-colon (;)
2 participants