3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected over 3 years ago.
Dec 02, 2019 — Dec 02, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
finalized some parameters to make programmer intentions more clear More... over 9 years ago
finalized some parameters to make programmer intentions more clear More... over 9 years ago
correct the equals method More... over 9 years ago
making the assignment to static field thread safe More... over 9 years ago
minor code simplification More... over 9 years ago
after fixing how the indices of temporary identifiers are calculated the generated code also changed (having smaller and more stable numbers) More... over 9 years ago
after fixing how the indices of temporary identifiers are calculated the generated code also changed (having smaller and more stable numbers) More... over 9 years ago
The number of blocks generated should not be a globally unique identifier that is never reset. It should be a grammar local unique identifier. This way each time the same grammar is compiled, the same output will appear. More... over 9 years ago
There is no need for synchronization inside a single function More... over 9 years ago
bugfix for bug: https://sourceforge.net/p/antlreclipse/bugs/20/ More... over 9 years ago
use generics for better type handling More... over 9 years ago
use generics for better type specifications More... almost 10 years ago
use generics More... almost 10 years ago
make sure the stream is closed More... almost 10 years ago
more specific types by using generics More... almost 10 years ago
fixed potential nullpointer exception More... almost 10 years ago
removed unused class More... almost 10 years ago
The function toString has a predefined format, which happens to fit very well with unix style file paths. But on windows system this format creates problems with its inflexibility. In the particular case the algorithm was not able to notice that it is un-necessarily coping the file into the working directory ... just because of the path separator sign being different in a comparison. More... almost 10 years ago
Minor performance improvement: common code was extracted, to reduce calculation length. More... almost 10 years ago
Lets persist our data in an ordered manner. This makes comparisons and debugging much easier. More... almost 10 years ago
bugfix: on windows if both the actual and the super grammars are in the same folder, the old code used to create the tokenteypes.txt file on the user's desktop. More... almost 10 years ago
updated version number More... almost 10 years ago
With the new import vocabularies option it is possible to detect the structure of interdependence between grammar files. This can be used to enhance the build process, where the build order is always correct in full build context (earlier the files were built in random order). More... almost 10 years ago
Added support for the user selecting the vocabulary grammar to each grammar if needed, on the user interface. This will allow us to create a precise build order later. More... almost 10 years ago
Added support for the user selecting the vocabulary grammar to each grammar if needed, on the user interface. This will allow us to create a precise build order later. More... almost 10 years ago
Better type information provided using generics More... almost 10 years ago
When several editors are opened for the same grammar file, the contents should change synchronously in all open editors. More... almost 10 years ago
precise type information in generics More... almost 10 years ago
use precise type information, and the @override annotation where possible More... almost 10 years ago
precise type information in generics More... almost 10 years ago