index
:
eo_tokenizer
master
C/EFL ragel tokenizer for eo classes definitions
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eo_tokenizer.rl
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-27
clean up ignore token, use cr token
Jérémy Zurcher
1
-4
/
+4
2013-11-27
error msg shows wrong char
Jérémy Zurcher
1
-2
/
+2
2013-11-27
rettype keword -> return
Jérémy Zurcher
1
-1
/
+1
2013-11-27
improve INF and WRN msgs
Jérémy Zurcher
1
-5
/
+8
2013-11-27
eo_tokenizer_dump() outputs propeties
Jérémy Zurcher
1
-1
/
+29
2013-11-27
add tokenize_accessor
Jérémy Zurcher
1
-2
/
+52
2013-11-27
tokenize_params
Jérémy Zurcher
1
-1
/
+62
2013-11-27
add tokenize_property
Jérémy Zurcher
1
-1
/
+60
2013-11-27
add tokenize_properties
Jérémy Zurcher
1
-2
/
+48
2013-11-27
improve eo_comment token to walk over starting spaces
Jérémy Zurcher
1
-1
/
+1
2013-11-27
reorder common tokens
Jérémy Zurcher
1
-5
/
+6
2013-11-27
add Eo_Accessor_Def
Jérémy Zurcher
1
-4
/
+21
2013-11-26
typo, indent
Jérémy Zurcher
1
-5
/
+5
2013-11-26
ABORT if tmp var is not NULL when setting it
Jérémy Zurcher
1
-0
/
+4
2013-11-25
add and use ident token, complet class tokenization
Jérémy Zurcher
1
-7
/
+25
2013-11-25
show error must set toknz->cs
Jérémy Zurcher
1
-0
/
+1
2013-11-25
fix some DBG and ERR messages
Jérémy Zurcher
1
-3
/
+3
2013-11-25
add _eo_tokenizer_XX_free() functions
Jérémy Zurcher
1
-0
/
+83
2013-11-25
move tokenizer tmp vars into a substruct tmp
Jérémy Zurcher
1
-7
/
+7
2013-11-25
add _Def suffix to ret and param structs, add LAST to enums
Jérémy Zurcher
1
-1
/
+1
2013-11-25
fix begin_list & end_list tokens
Jérémy Zurcher
1
-2
/
+2
2013-11-25
want ';' at the end of statements
Jérémy Zurcher
1
-2
/
+1
2013-11-25
support class level eo comments (/*@ … */)
Jérémy Zurcher
1
-1
/
+8
2013-11-25
eo_tokenizer_dump() outputs tokenized definitions
Jérémy Zurcher
1
-5
/
+17
2013-11-25
add inherits support
Jérémy Zurcher
1
-0
/
+10
2013-11-25
start class support
Jérémy Zurcher
1
-5
/
+48
2013-11-25
minor cleanups
Jérémy Zurcher
1
-4
/
+6
2013-11-25
minor fixes
Jérémy Zurcher
1
-2
/
+2
2013-11-24
take care of saved token before buffer feed
Jérémy Zurcher
1
-3
/
+16
2013-11-24
fix msg severity in _eo_tokenizer_token_get()
Jérémy Zurcher
1
-1
/
+1
2013-11-23
improve ABORT macro end _eo_tokenizer_abort()
Jérémy Zurcher
1
-3
/
+8
2013-11-23
add some tokens in common
Jérémy Zurcher
1
-0
/
+10
2013-11-23
add _eo_tokenizer_token_get()
Jérémy Zurcher
1
-0
/
+13
2013-11-23
cleanup/add actions and struct to save line and token start ptr
Jérémy Zurcher
1
-7
/
+14
2013-11-23
add _eo_tokenizer_abort()
Jérémy Zurcher
1
-2
/
+12
2013-11-23
implement eo_tokenizer_dump()
Jérémy Zurcher
1
-0
/
+9
2013-11-23
move show_ actions, access and variable directives into common
Jérémy Zurcher
1
-35
/
+36
2013-11-23
fix indent
Jérémy Zurcher
1
-2
/
+2
2013-11-23
toknz: use stringshare to store source
Jérémy Zurcher
1
-1
/
+4
2013-11-23
initial commit: support C/C++ comments
Jérémy Zurcher
1
-0
/
+165