Coding style fixlet.
[TP_AL_C.git] / lexer / main.c
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 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 file parsing code to lexer
2017-10-20  Jérôme BenoitAdd lexer code skeleton