aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-13Updating examples and documentation to match the new APISergio Queiroz6-30/+39
2016-06-13Updating tests to match the new API,Sergio Queiroz1-37/+86
2016-06-02Moving error to a higher levelUndecidable Robot1-2/+2
2016-05-31Clarifying adjustment in codeUndecidable Robot1-3/+4
2016-05-31Adding descriptions and reorganizing testsUndecidable Robot1-175/+257
2016-05-31Cleaning up the codeUndecidable Robot2-23/+31
2016-05-31Changing handling of non-syntax errorsUndecidable Robot2-48/+41
2016-05-30Slightly adjusting testsUndecidable Robot1-9/+17
2016-05-30Splitting lines properly (when empty lines exist)Undecidable Robot2-5/+10
2016-05-30Fixing bug in recoveryUndecidable Robot2-1/+9
2016-05-30Fixing error checking spacing issueUndecidable Robot1-8/+6
2016-05-30Automating testing of errorsUndecidable Robot1-155/+604
2016-05-30Moving errors to their own lineUndecidable Robot1-1/+1
2016-05-27Fixing a bug reported by Matthew Allen.Sergio Queiroz2-1/+13
2016-05-24Renaming a few rules for clarityUndecidable Robot1-14/+15
2016-05-24Making function declarations consistentUndecidable Robot1-4/+3
2016-05-24Improving error recovery via skippingUndecidable Robot1-5/+8
2016-05-24Improving error reporting on end of linesUndecidable Robot2-1/+7
2016-05-24Enabling the recovery from all labelsUndecidable Robot2-6/+20
2016-05-23Improving error reporting of unterminated strings and character classesUndecidable Robot2-6/+19
2016-05-23Preventing the skipping of whitespace in error reports and cleaning code form...Undecidable Robot2-47/+63
2016-05-22Cleaning up dummy patternsUndecidable Robot1-4/+5
2016-05-21Refacotring grammar to reuse the labels variableUndecidable Robot1-6/+4
2016-05-21Fixing minor memory leak in error reportingUndecidable Robot1-2/+2
2016-05-21Improving error handling of unterminated character classesUndecidable Robot2-2/+6
2016-05-21Shortening the position in error messagesUndecidable Robot1-1/+1
2016-05-21Converting tabs to spaces and removing trailing whitespaceUndecidable Robot1-17/+17
2016-05-21Making use of mnemonics and simplifying error messagesUndecidable Robot1-86/+127
2016-05-16Adding better handling of unterminated stringsUndecidable Robot2-4/+8
2016-05-16Making skips in error recovery more intelligentUndecidable Robot2-5/+15
2016-05-16Fixing odd bug in the unification of ordered and labled choiceUndecidable Robot1-2/+2
2016-05-16Unifying ordered choice and labeled choiceUndecidable Robot1-3/+2
2016-05-16Adding line preview to error messagesUndecidable Robot1-0/+5
2016-05-16Removing trailing newline in error reportsUndecidable Robot1-6/+5
2016-05-16Improving reporting of column numbers in errorsUndecidable Robot1-0/+1
2016-05-16Unifying reporting of syntactic and semantic error messagesUndecidable Robot2-9/+38
2016-05-16Removing unnecessary pattern from old error detectionUndecidable Robot1-6/+1
2016-05-16Adding error recovery to some missing closing tokensUndecidable Robot2-2/+12
2016-05-13Removing old error message codeUndecidable Robot1-7/+0
2016-05-12Adding a basic error recovery mechanismUndecidable Robot2-29/+45
2016-05-07Adding proper error messagesUndecidable Robot1-1/+37
2016-05-07Adding line and column number to error messagesUndecidable Robot1-2/+11
2016-05-07Annotating relabel grammar with labelsUndecidable Robot2-26/+28