Vytautas Šaltenis
|
02a5ce37ff
|
Go style: Html{Block|Span} -> HTML{Block|Span}
|
2016-04-01 13:15:47 +03:00 |
|
Vytautas Šaltenis
|
f1361aa0da
|
Make ForEachNode func a Walk method on Node
|
2016-04-01 12:36:56 +03:00 |
|
Vytautas Šaltenis
|
04673c9f28
|
Improve documentation for Node struct
|
2016-04-01 12:33:05 +03:00 |
|
Vytautas Šaltenis
|
8a4d4fa0cd
|
Move Header-related fields to a nested struct
|
2016-04-01 11:48:52 +03:00 |
|
Vytautas Šaltenis
|
bcd5b5b780
|
Move table cell fields to a nested struct
|
2016-04-01 11:46:09 +03:00 |
|
Vytautas Šaltenis
|
4ba991937b
|
Store cell alignment in own type instead of int
|
2016-04-01 11:44:59 +03:00 |
|
Vytautas Šaltenis
|
67f85cf540
|
Move code block fields to a nested struct
|
2016-04-01 11:29:15 +03:00 |
|
Vytautas Šaltenis
|
60026cc3c6
|
Make ListData a nested struct instead of pointer
|
2016-04-01 11:21:25 +03:00 |
|
Vytautas Šaltenis
|
2bbed304fb
|
Add AST data structures
The main Node structure that holds every AST node and some supplementary
substructs. A bit of helper code to handle the nodes.
|
2016-03-30 12:54:12 +03:00 |
|