General Discussion #84
Closed
NTDLS
announced in
Announcements
Replies: 2 comments
-
Great software engineering!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Finally have a reasonably working static analyzer. It still needs some work, but having the query parser in a separate library is VERY nice! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Large code merger of all Katzebase projects and extraction of parser.
@ingted Again, I hate to make big changes but that's kind of where this project is in the development cycle.
I have merged all the Katzebase projects into one solution, this alleviates a lot of contention on updating nuget packages as well as allows us to share libraries across projects.
With this change, the client version has been moved back to the 0.22.0 server version and I intend to keep them in sync.
I have also moved the parser from the engine and into an independent library, I did this so that I can use the parser in the UI for static analysis and code-completion. This also means that you can add tests to the parser all by itself now independent of the engine.
Beta Was this translation helpful? Give feedback.
All reactions