jimregan / foma

Automatically exported from code.google.com/p/foma
0 stars 0 forks source link

lexc file syntax check tool in perl #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is not a problem, but a lexc file syntac check tool in perl. Maybe, others 
find it also useful.
It checks for:
1. doubly defined LEXICONs
2. Unused LEXICONs
3. Undefined but used LEXICONs
It is handy, because it quickly checks a set of files in a directory.

Original issue reported on code.google.com by eleonor...@gmx.net on 2 Jul 2012 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by eleonor...@gmx.net on 3 Jul 2012 at 8:43

GoogleCodeExporter commented 8 years ago

Original comment by eleonor...@gmx.net on 22 Jul 2012 at 12:31

GoogleCodeExporter commented 8 years ago
Added multichar_symbols check

Original comment by eleonor...@gmx.net on 19 Aug 2012 at 12:48

GoogleCodeExporter commented 8 years ago

Original comment by eleonor...@gmx.net on 19 Aug 2012 at 3:37

GoogleCodeExporter commented 8 years ago
Added .o. check

Original comment by eleonor...@gmx.net on 24 Aug 2012 at 3:26

GoogleCodeExporter commented 8 years ago

Original comment by eleonor...@gmx.net on 6 Oct 2012 at 11:35

GoogleCodeExporter commented 8 years ago
Added test for # used as comment in .lexc files

Original comment by eleonor...@gmx.net on 3 Jan 2013 at 11:36

GoogleCodeExporter commented 8 years ago
Added check for missing ; in LEXICON

Original comment by eleonor...@gmx.net on 6 Jan 2013 at 10:12

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This is a .foma file checker. Tests comments, definition line endings, id all 
definitions are used, if all used definitions are really defined. I also add a 
sample .foma file.

Original comment by eleonor...@gmx.net on 12 Jan 2013 at 11:11

Attachments:

GoogleCodeExporter commented 8 years ago
Some little improvements. I also add a sample .lexc file for reference.

Original comment by eleonor...@gmx.net on 12 Jan 2013 at 11:12

Attachments: