Makefile: allow to override the build type variable.
[TP_AL_C.git] / lexer /
2020-04-06  Jérôme BenoitMakefile: allow to override the build type variable. master
2018-03-03  Jérôme BenoitReorder includes.
2018-03-02  Jérôme BenoitAdd includes to avoid missing prototype warning.
2018-03-02  Jérôme Benoit Code cleanups.
2018-03-01  Jérôme BenoitStrict prototype warnings removing.
2018-02-26  Jérôme BenoitRemove a useless token value copy.
2018-02-26  Jérôme BenoitAvoid filling twice token values.
2018-02-26  Jérôme BenoitReorder some lexical analysis calls.
2018-02-25  Jérôme BenoitNo need to zero the array of token values ends.
2018-02-25  Jérôme BenoitAddress a FIXME.
2018-02-25  Jérôme BenoitFix the syntactic analyzer for real.
2018-02-13  Jérôme BenoitMerge branch 'master' of git.piment-noir.org:TP_AL_C
2018-02-13  Jérôme BenoitAdd .cquery file for LS.
2017-12-16  Jérôme BenoitSimplify a bit a print helper function.
2017-12-15  Jérôme BenoitCoding style fixlet.
2017-12-01  Jérôme BenoitCoding style fixlet.
2017-11-30  Jérôme Benoitprint usage message if options are invalid.
2017-11-25  Jérôme BenoitCoding style fixes.
2017-11-20  Jérôme BenoitSyntactic analyser implementation with HTML conversion...
2017-11-19  Jérôme BenoitAdd some fflush() for avoid loosing comme characters
2017-11-19  Jérôme BenoitMerge branch 'master' of git.piment-noir.org:TP_AL_C
2017-11-19  Jérôme BenoitSyntactic analysis fully working implementation.
2017-11-18  Jérôme BenoitFix usage message.
2017-11-15  Jérôme BenoitTranslate all printed messages in english.
2017-11-15  Jérôme BenoitMajor code revamping:
2017-11-13  Jérôme BenoitFix a warning on a struct initializer.
2017-11-13  Jérôme BenoitAdd a FIXME comment about multibytes characters support.
2017-11-13  Jérôme BenoitBeautify the token list output.
2017-11-13  Jérôme BenoitMake use of EXIT_* return values.
2017-11-13  Jérôme BenoitProperly read characters from the source file.
2017-11-12  Jérôme BenoitIntroduction of wchar.h to support more characters.
2017-11-09  Jérôme BenoitIncrement the number of tokens found after the array...
2017-11-09  Jérôme BenoitStore all tokens found during the lexical analysis...
2017-10-22  Jérôme BenoitAdd FIXME comment for MOTCLE matching
2017-10-22  Jérôme BenoitFix a typo
2017-10-22  Jérôme BenoitCode cleanup: properly indent the scanner function.
2017-10-21  Jérôme BenoitCode cleanup and make the test.txt inline with the...
2017-10-21  Jérôme BenoitFix for the NPARA detection.
2017-10-21  Jérôme BenoitFix the sub section detector.
2017-10-21  Jérôme BenoitPush the code of a basic lexical analyser for the markd...
2017-10-20  Jérôme BenoitAdd a test file for the lexer
2017-10-20  Jérôme BenoitAdd file parsing code to lexer
2017-10-20  Jérôme BenoitAdd lexer code skeleton