Skip to content
Snippets Groups Projects
Commit 4a1c4831 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

add another developer note

parent 07b317f9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,3 +4,5 @@ the top of the pushdown store:
String parsers cannot process correctly text files with more than 4096 characters on a single line at least on some systems. There is a bug in unget and putback function on istream.
 
Measuring memory allocations with library compiled by g++ is not working. The overload of operator new does not work properly.
All grammars with rules not allowing epsilon on the right hand side have special boolean flag generatesEpsilon. Thanks to this flag no other special handling of generating epsilon is needed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment