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

Draft: Feature: MLSP implementation #51

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from
Draft

Draft: Feature: MLSP implementation #51

wants to merge 49 commits into from

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

@@ -14,12 +14,11 @@
# You should have received a copy of the GNU General Public License
# 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.

1 participant