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

Making expression a light xtext project #19

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

ashpak-shaikh
Copy link
Contributor

What Changed

Expression grammar is using a light weight version of Xtext without any ide extensions, eclipse plugin. It also doesn't use xtend and is a pure java project with jar packaging.

Why

The reason we don't need any tooling around this project is because we expect this project to be imported into other Xtext projects which will have its own tooling and plugins. Adding back the tooling when we need it is not going to be difficult.

Todo:

  • Add tests
  • Add docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant