| 
							
							
								 z7zmey | 32d9c634d1 | remove kylelemons/godebug | 2019-02-25 18:12:39 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | b3800a2595 | rename meta to freefloating; refactoring | 2019-02-25 15:01:57 +02: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 | 867095823d | fixed bug when heredoc starts by \; removing\nfrom a heredoc value end | 2018-07-14 18:00:48 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 18d6d59292 | #50: nodes stmt.Exit and stmt.Die was merged | 2018-07-10 00:51:02 +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 | 9f0e766757 | update tests | 2018-07-01 00:05:59 +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 | 36d0cf4823 | use empty *expr.ArrayItem to represent missed a list and array items. | 2018-06-26 23:49:00 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | b62cb4359b | Merge branch 'master' into dev | 2018-06-26 23:09:16 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 290645f3c9 | #44: do not trim last nil if array item list ends by a comma | 2018-06-26 12:22:51 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 10c63a30ae | #44: fix crash on an empty list item | 2018-06-26 11:57:17 +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 |  | 
			
				
					| 
							
							
								 ia | 19a9624931 | all: gofmt Run standard gofmt command on project root.
- go version go1.10.3 darwin/amd64
Signed-off-by: ia <isaac.ardis@gmail.com> | 2018-06-17 00:37:47 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 6ccca996a8 | changing ClosureUse node purpose Now ClosureUse is a container node for variable and reference nodes | 2018-06-03 12:38:58 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | ec0ef26bd6 | create expr.Reference node [wip] create expr.Reference node
[wip] create expr.Reference node
[wip] create expr.Reference node
fix | 2018-06-03 11:35:14 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | ac74ae3225 | create ClassExtends ClassImplements InterfaceExtends nodes | 2018-06-03 10:50:37 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | a488f43496 | remove nodesWithEndToken type | 2018-06-03 09:35:44 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 2abe1dfb84 | create Root node | 2018-06-02 18:57:30 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | d1b0cebf9a | create CaseList node | 2018-06-02 17:40:47 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | f8d9d6d7c2 | create TraitAdaptationList node | 2018-06-02 17:12:24 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 8fc4c60bfe | create ArgumentList node | 2018-05-30 00:14:24 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 6f7834eb6b | issue #8: update tests | 2018-04-10 15:23:13 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 6ff2beafa3 | update tests | 2018-04-09 23:26:44 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 9ea1f05f90 | add Heredoc node | 2018-04-05 13:55:01 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | a0cc61bdc0 | fix typo | 2018-04-05 12:04:28 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 47c51ea022 | rename AssignRef to Reference | 2018-04-05 12:03:32 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | d19b16e161 | remove Cast prefix from node names | 2018-04-05 11:59:29 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 148cf59e9d | issue #2 - fix single line comment fix handling end of file
add handling php close tag | 2018-03-30 17:46:04 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | d31819db30 | issue #2 - deny numbers and slashes in first char in variable name | 2018-03-30 14:28:50 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 07f02e4497 | issue #2 - fix template string scanning now it correctly check first char of variable | 2018-03-30 12:23:18 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | 83bb761062 | issue #2 - fix template string scanning `l.Prev.Rune` is actually current rune and `c` is next rune. | 2018-03-29 16:46:21 +03:00 |  | 
			
				
					| 
							
							
								 z7zmey | c84c8b2106 | remove debug.test | 2018-03-18 22:36:14 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 643027db9a | trim $ from variable name identifier | 2018-03-18 16:50:19 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 25798f6445 | Names interface | 2018-02-27 15:34:43 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | e3ed427fac | rename Walker to Walkable interface | 2018-02-20 19:52:07 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 9b674c2c12 | Add simple comments to exported methods | 2018-02-19 13:24:56 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 4dda4fe7af | remove underscore from package names | 2018-02-19 13:12:09 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 014b0576d6 | fix Makefile, run gofmt on the all go files | 2018-02-19 13:00:58 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | e75a625528 | split Switch and AltSwitch nodes | 2018-02-18 20:39:41 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | d0296f78e3 | split Foreach and AltForeach nodes | 2018-02-18 20:29:33 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 3836a86a47 | split For and AltFor nodes | 2018-02-18 19:57:54 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | d498ea9863 | slit While and AltWhile | 2018-02-18 19:44:17 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 1c6633e47d | split Exit and Die nodes | 2018-02-18 19:09:18 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 30b6533864 | php5 test coverage | 2018-02-14 21:16:11 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | 6d714725bd | php5 test coverage | 2018-02-14 12:30:41 +02:00 |  | 
			
				
					| 
							
							
								 z7zmey | b13d520387 | php5 test coverage | 2018-02-13 19:38:37 +02:00 |  |