Skip to content

Conversation

@sillydan1
Copy link
Owner

Initial implementation of the Model Language Server Protocol server.

@sillydan1 sillydan1 self-assigned this Jul 2, 2024
Copy link
Owner Author

Choose a reason for hiding this comment

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

Reminder to self to squash commits

# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
project(detcheck VERSION 1.0.0)
project(aaltitoad-detcheck VERSION 1.0.0)
Copy link
Owner Author

Choose a reason for hiding this comment

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

remember to update readme

result->set_name("aaltitoad-lsp");
result->set_language("hawk");
result->set_semanticversion(semver);
result->add_capabilities(Capability::CAPABILITY_PROJECT);
Copy link
Owner Author

Choose a reason for hiding this comment

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

still experimental

Also, use one cmakelists
It is a bit of a mess right now. I'm trying to get it to smell a bit
more like a traditional compiler architecture.
@sillydan1 sillydan1 changed the title Feature: MLSP implementation Draft: Feature: MLSP implementation Jul 22, 2024
@sillydan1 sillydan1 marked this pull request as draft July 22, 2024 08:46
also, the hawk compile chain is now more explicit using a scanner,
parser, semantic analysis, optimization and code generation step. Just
like a traditional compiler.
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.

2 participants