z7zmey
|
ec6be0d9bd
|
[#82] handle php version
|
2019-12-26 17:57:56 +02:00 |
|
z7zmey
|
2c649159c7
|
#80 implement Ragel based lexer
|
2019-03-20 21:06:56 +02:00 |
|
z7zmey
|
a7229f53dd
|
rename flag -meta to -ff
|
2019-02-25 16:52:47 +02:00 |
|
z7zmey
|
b3800a2595
|
rename meta to freefloating; refactoring
|
2019-02-25 15:01:57 +02:00 |
|
z7zmey
|
4abd14d2a6
|
#70: [php7] inherit meta.Data at expr.FunctionCall, expr.StaticCall, expr.ConstFetch, expr.ArrayDimFetch, expr.MethodCall, expr.PropertyFetch, expr.StaticPropertyFetch, expr.ArrayItem
|
2018-12-31 18:43:13 +02:00 |
|
z7zmey
|
254f7a2167
|
#70: [php7] inherit meta.Data at node.Argument, stmt.PropertyList, stmt.ClassConstList, stmt.ClassMethod, stmt.TraitUsePrecedence, stmt.TraitUseAlias, stmt.TraitMethodRef
|
2018-12-26 12:13:32 +02:00 |
|
z7zmey
|
1654b63fd1
|
#70: [php7] inherit meta.Data at stmt.Class and node.Parameter
|
2018-12-25 22:16:19 +02:00 |
|
z7zmey
|
f406a441a9
|
#70: [php7] inherit meta.Data at stmt.Expression and stmt.Label
|
2018-12-25 11:56:32 +02:00 |
|
z7zmey
|
86afa319f3
|
#70: [php7] inherit meta.Data at stmt.Use, stmt.GroupUse, stmt.UseList, name.Name
|
2018-12-25 10:49:44 +02:00 |
|
z7zmey
|
14cfed2e03
|
replace meta.OpenCurlyBracesToken from stmt.StmtList
|
2018-12-10 11:53:27 +02:00 |
|
z7zmey
|
379032b8c5
|
remove meta.NamespaceToken
|
2018-12-10 11:53:22 +02:00 |
|
z7zmey
|
16de29a2a3
|
remove meta.ConstantEncapsedStringToken and meta.StringToken
|
2018-12-10 11:53:22 +02:00 |
|
z7zmey
|
2efb4dc4cf
|
remove meta.IdentifierToken
|
2018-12-10 11:53:22 +02:00 |
|
z7zmey
|
5e964e074b
|
remove meta.VariableToken meta.DollarOpenCurlyBracesToken meta.DollarToken and fix go_dumper
|
2018-10-24 22:32:35 +03:00 |
|
z7zmey
|
fd87c9cc34
|
remove StringVar attribute from expr.Variable
|
2018-10-24 17:04:13 +03:00 |
|
z7zmey
|
4989d31874
|
#51 saving optional tokes and tokens that have different representation as meta
|
2018-08-09 11:46:56 +03:00 |
|
z7zmey
|
15a1a81924
|
#13: the printer prints nodes with meta(comments and whitespaces) saved by the parser
|
2018-07-08 01:48:52 +03:00 |
|
z7zmey
|
e90df8ef5f
|
#33 comment package has renamed to meta and parser now saves whitespaces
|
2018-06-30 23:23:19 +03:00 |
|
z7zmey
|
3cd45ecac5
|
#25: save comments within node
|
2018-06-26 00:07:02 +03:00 |
|
z7zmey
|
1ebb0c6fad
|
#25: save position within node
|
2018-06-25 23:30:10 +03:00 |
|
z7zmey
|
dd572a8fed
|
#31 dump to native golang struct
|
2018-06-19 22:56:52 +03:00 |
|