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

Covert to new SML Recipe language #133

Merged
merged 24 commits into from
Sep 16, 2022
Merged

Covert to new SML Recipe language #133

merged 24 commits into from
Sep 16, 2022

Conversation

mwasplund
Copy link
Collaborator

With this change I am converting over from using TOML for our build definitions to using a new custom Simple Markup Language (SML). This language removes some of the aspects of TOM that I do not need (why do we need datetimes and they have a ton of edge cases) or dislike (inline tables vs table hierarchies are confusing). There was a slight performance improvement with parsing the new simpler markup language with a simple generate lexer from Re/Flex. Note: Using an Antlr4 parser lexer generated for the C# code.

@mwasplund mwasplund merged commit 86864ff into main Sep 16, 2022
@mwasplund mwasplund deleted the masplund/fast-lang-ref branch September 16, 2022 15:36
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.

1 participant