Sunday, June 7, 2015

Griddle: a GDL editor for Eclipse

Griddle is an Eclipse plugin that provides a specialized GDL editor for game files. The editor makes it easier to write new games while avoiding typos and syntax errors.


In addition to syntax highlighting, Griddle includes a range of errors and warnings that can detect issues like mismatched parentheses, inconsistent capitalization, and undefined sentence types, as well as more complex GDL syntax errors like unsafe rules.



It even assists with good indentation style; new lines are prepended with four spaces per level of parenthetical nesting.

More information, including installation instructions, is available in the README shown on its Github page.

No comments:

Post a Comment