summaryrefslogtreecommitdiffstats
path: root/eo_tokenizer.rl
AgeCommit message (Expand)AuthorFilesLines
2013-11-27add tokenize_propertyJérémy Zurcher1-1/+60
2013-11-27add tokenize_propertiesJérémy Zurcher1-2/+48
2013-11-27improve eo_comment token to walk over starting spacesJérémy Zurcher1-1/+1
2013-11-27reorder common tokensJérémy Zurcher1-5/+6
2013-11-27add Eo_Accessor_DefJérémy Zurcher1-4/+21
2013-11-26typo, indentJérémy Zurcher1-5/+5
2013-11-26ABORT if tmp var is not NULL when setting itJérémy Zurcher1-0/+4
2013-11-25add and use ident token, complet class tokenizationJérémy Zurcher1-7/+25
2013-11-25show error must set toknz->csJérémy Zurcher1-0/+1
2013-11-25fix some DBG and ERR messagesJérémy Zurcher1-3/+3
2013-11-25add _eo_tokenizer_XX_free() functionsJérémy Zurcher1-0/+83
2013-11-25move tokenizer tmp vars into a substruct tmpJérémy Zurcher1-7/+7
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