summaryrefslogtreecommitdiffstats
path: root/eo_tokenizer.rl
AgeCommit message (Collapse)AuthorFilesLines
2013-11-25add _Def suffix to ret and param structs, add LAST to enumsJérémy Zurcher1-1/+1
2013-11-25fix begin_list & end_list tokensJérémy Zurcher1-2/+2
2013-11-25want ';' at the end of statementsJérémy Zurcher1-2/+1
2013-11-25support class level eo comments (/*@ … */)Jérémy Zurcher1-1/+8
2013-11-25eo_tokenizer_dump() outputs tokenized definitionsJérémy Zurcher1-5/+17
2013-11-25add inherits supportJérémy Zurcher1-0/+10
2013-11-25start class supportJérémy Zurcher1-5/+48
2013-11-25minor cleanupsJérémy Zurcher1-4/+6
2013-11-25minor fixesJérémy Zurcher1-2/+2
2013-11-24take care of saved token before buffer feedJérémy Zurcher1-3/+16
2013-11-24fix msg severity in _eo_tokenizer_token_get()Jérémy Zurcher1-1/+1
2013-11-23improve ABORT macro end _eo_tokenizer_abort()Jérémy Zurcher1-3/+8
2013-11-23add some tokens in commonJérémy Zurcher1-0/+10
2013-11-23add _eo_tokenizer_token_get()Jérémy Zurcher1-0/+13
2013-11-23cleanup/add actions and struct to save line and token start ptrJérémy Zurcher1-7/+14
2013-11-23add _eo_tokenizer_abort()Jérémy Zurcher1-2/+12
2013-11-23implement eo_tokenizer_dump()Jérémy Zurcher1-0/+9
2013-11-23move show_ actions, access and variable directives into commonJérémy Zurcher1-35/+36
2013-11-23fix indentJérémy Zurcher1-2/+2
2013-11-23toknz: use stringshare to store sourceJérémy Zurcher1-1/+4
2013-11-23initial commit: support C/C++ commentsJérémy Zurcher1-0/+165