aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Adding a logo with a lower resolutionSergio Queiroz2016-06-282-4/+4
* Trying to adjust the size of the logoSergio Queiroz2016-06-281-2/+2
* Updating the documentation and the examplesSergio Queiroz2016-06-287-589/+301
* Adjusting things to improve documentationSergio Queiroz2016-06-282-0/+0
* Removing 'print' statementSergio Queiroz2016-06-281-1/+0
* Moving the content of lpeglabel.html to READMESergio Queiroz2016-06-281-3/+586
* Updating lpeglabel to lpeg-1.0Sergio Queiroz2016-06-2711-101/+140
* Merge pull request #9 from undecidabot/masterlpeg-0.12Sérgio Medeiros2016-06-231-0/+87
|\
| * Fixing a typo in the exampleUndecidable Robot2016-06-241-1/+1
| * Adding evaluation to the exampleUndecidable Robot2016-06-161-12/+33
| * Adding a simple example using 'expect'Undecidable Robot2016-06-161-0/+66
|/
* Adding a "HISTORY" file and updating documentation to make a new releasev0.12.2-2Sergio Queiroz2016-06-131-0/+10
* Updating examples and documentation to match the new APISergio Queiroz2016-06-136-30/+39
* Updating tests to match the new API,Sergio Queiroz2016-06-131-37/+86
* Moving error to a higher levelUndecidable Robot2016-06-021-2/+2
* Merge pull request #7 from undecidabot/masterUndecidable Robot2016-05-314-78/+946
|\
| * Clarifying adjustment in codeUndecidable Robot2016-05-311-3/+4
| * Adding descriptions and reorganizing testsUndecidable Robot2016-05-311-175/+257
| * Cleaning up the codeUndecidable Robot2016-05-312-23/+31
| * Changing handling of non-syntax errorsUndecidable Robot2016-05-312-48/+41
| * Slightly adjusting testsUndecidable Robot2016-05-301-9/+17
| * Splitting lines properly (when empty lines exist)Undecidable Robot2016-05-302-5/+10
| * Fixing bug in recoveryUndecidable Robot2016-05-302-1/+9
| * Fixing error checking spacing issueUndecidable Robot2016-05-301-8/+6
| * Automating testing of errorsUndecidable Robot2016-05-301-155/+604
| * Moving errors to their own lineUndecidable Robot2016-05-301-1/+1
| * Merge branch 'master' of https://github.com/sqmedeiros/lpeglabelUndecidable Robot2016-05-302-1/+13
| |\ | |/ |/|
* | Fixing a bug reported by Matthew Allen.Sergio Queiroz2016-05-272-1/+13
| * Renaming a few rules for clarityUndecidable Robot2016-05-241-14/+15
| * Making function declarations consistentUndecidable Robot2016-05-241-4/+3
| * Improving error recovery via skippingUndecidable Robot2016-05-241-5/+8
| * Improving error reporting on end of linesUndecidable Robot2016-05-242-1/+7
| * Enabling the recovery from all labelsUndecidable Robot2016-05-242-6/+20
| * Improving error reporting of unterminated strings and character classesUndecidable Robot2016-05-232-6/+19
| * Preventing the skipping of whitespace in error reports and cleaning code form...Undecidable Robot2016-05-232-47/+63
| * Cleaning up dummy patternsUndecidable Robot2016-05-221-4/+5
| * Refacotring grammar to reuse the labels variableUndecidable Robot2016-05-211-6/+4
| * Fixing minor memory leak in error reportingUndecidable Robot2016-05-211-2/+2
| * Improving error handling of unterminated character classesUndecidable Robot2016-05-212-2/+6
| * Shortening the position in error messagesUndecidable Robot2016-05-211-1/+1
| * Converting tabs to spaces and removing trailing whitespaceUndecidable Robot2016-05-211-17/+17
| * Making use of mnemonics and simplifying error messagesUndecidable Robot2016-05-211-86/+127
| * Adding better handling of unterminated stringsUndecidable Robot2016-05-162-4/+8
| * Making skips in error recovery more intelligentUndecidable Robot2016-05-162-5/+15
| * Fixing odd bug in the unification of ordered and labled choiceUndecidable Robot2016-05-161-2/+2
| * Unifying ordered choice and labeled choiceUndecidable Robot2016-05-161-3/+2
| * Adding line preview to error messagesUndecidable Robot2016-05-161-0/+5
| * Removing trailing newline in error reportsUndecidable Robot2016-05-161-6/+5
| * Improving reporting of column numbers in errorsUndecidable Robot2016-05-161-0/+1
| * Unifying reporting of syntactic and semantic error messagesUndecidable Robot2016-05-162-9/+38