-
gdemont committed revision 7 to the Pascal-to-Ada SVN repository, changing 4 files.
2009-10-28 21:01:35 UTC by gdemont
-
When the input grammar line is too long, it is cut rather than issuing an error:
740 -- directive : | ABSTRACT_t | CDECL_t | DISPID_t | EXPORT_t | LOCAL_t | MESSAGE_t constant | OVERLOAD_t | PASCAL_t | PUBLISHED_t | READ_t | READONLY_t | REGISTER_t | REINTRODUCE_t | REQUIRES_t | RESIDENT_t | SAFECALL_t | STDCALL_t | STORED_t | VARARGS_t | WRI
741 TE_t | WRITEONLY_t;
-----^
Ayacc...
2009-10-10 19:38:06 UTC by blady-com
-
If ayacc grammar input file gets a non terminal item then an internal error is issued:
Ayacc: Nonterminal METH_PROP_DEFINITION does not appear on the left hand side of any rule.
Ayacc: Internal Error, Please Submit an LCR.
The last line shouldn't be printed ?
HTH, Blady.
2009-10-10 19:35:27 UTC by blady-com
-
gdemont committed revision 6 to the Pascal-to-Ada SVN repository, changing 8 files.
2009-10-09 08:51:57 UTC by gdemont
-
gdemont committed revision 5 to the Pascal-to-Ada SVN repository, changing 6 files.
2009-10-08 20:53:18 UTC by gdemont
-
The output generated by ayacc with debug option on is not done on stderr.
This leads to mix generated Ada code with debug information.
Will be nice to get debug information separeted on stderr.
Best Blady.
2009-10-05 20:12:12 UTC by blady-com
-
gdemont committed revision 4 to the Pascal-to-Ada SVN repository, changing 111 files.
2009-09-21 20:50:45 UTC by gdemont
-
Solution from Blady (v.2) and small fix (v.3)
2009-09-14 19:35:14 UTC by gdemont
-
Brillant solution from Blady himself (SVN: v.2) - plus tiny fixes (SVN: v.3)
2009-09-14 19:33:30 UTC by gdemont
-
gdemont committed revision 3 to the Pascal-to-Ada SVN repository, changing 4 files.
2009-09-14 13:46:27 UTC by gdemont