summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Zurcher2-9/+33
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 Zurcher2-8/+13
2013-11-25add _Def suffix to ret and param structs, add LAST to enumsJérémy Zurcher2-9/+11
2013-11-25fix begin_list & end_list tokensJérémy Zurcher1-2/+2
2013-11-25want ';' at the end of statementsJérémy Zurcher2-11/+10
2013-11-25support class level eo comments (/*@ … */)Jérémy Zurcher2-1/+9
2013-11-25update test dataJérémy Zurcher3-6/+45
2013-11-25eo_tokenizer_dump() outputs tokenized definitionsJérémy Zurcher2-5/+19
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-25support FILE... as input argsJérémy Zurcher1-19/+20
2013-11-25minor fixesJérémy Zurcher3-4/+4
2013-11-25add suffix _Def to class,methods,properties structsJérémy Zurcher1-6/+8
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 Zurcher2-8/+18
2013-11-23add _eo_tokenizer_abort()Jérémy Zurcher1-2/+12
2013-11-23structs char* goes constJérémy Zurcher1-11/+11
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-23Makefile: simplify EINA_LOG supportJérémy Zurcher1-1/+2
2013-11-23fix indentJérémy Zurcher2-54/+62
2013-11-23add git ignore build outputsJérémy Zurcher1-0/+6
2013-11-23add .lvimrcJérémy Zurcher1-0/+4
2013-11-23toknz: use stringshare to store sourceJérémy Zurcher1-1/+4
2013-11-23add structs to store eo classes definitionsJérémy Zurcher1-0/+62
2013-11-23initial commit: support C/C++ commentsJérémy Zurcher6-0/+338