-
Notifications
You must be signed in to change notification settings - Fork 0
AwMo
-
The code is in github. However, it's been 4 years since the last commit, so it's a abandoned project.
-
The backend of the project is in Java, mostly. The frontend is a classical HTML-Javascript tandem.
-
IMPORTANT: Is a JavaServer Faces project that uses Eclipse Xtext to define the grammar of the textual lenguage:
AWMo is a Web application developed in JavaServer Faces (JSF) 2.1. The textual language was developed using Eclipse’s Xtext project. The Xtext provides a set of tools to allow the definition of grammars using the Extended Backus-Naur Form (EBNF) and generates the resources for textual languages such as the parser of the language, validators and code generators.
-
There's no implementation of this tools available to be used, so all the information is based on articles and researchs.
-
There's available an article about the tools and some test the researcher made with two volunteers.