This repository is a personnal initiative to offer another experience with Galgas development. It contains the code of the web editor. I hope this editor will be usefull for people trying to create their own Galgas-based compiler. This code is under the GNU GPL Licence.
Galgas is a compiler generator designed by Pierre Molinaro from Ircynn at Ecole Centrale Nantes. It is available on Windows, Linux and Mac OS X. For more about Galgas, see http://galgas.rts-software.org/
- Angular
- Ace-Editor
- Bootstrap-drawer
- Component-Font-Awesome
- Karma
- Galgas-Web-Server (This dep has not been published yet)
GWE (Galgas Web Editor) is built as an angular application. It provides the minimal project management interface required to develop a galgas compiler. Gwe works with GWS (Galgas-Web-Server). Gws is a php application working as a server and providing a minimal Api to compile galgas files. Gws requires the galgas compiler itself to work.
Os : Linux Ubuntu
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.
Click 'here' to see a video demo.