Commit Graph

13 Commits

Author SHA1 Message Date
Keavon Chambers
52ba3d9b6d Refactor layout AST 2020-11-01 01:41:17 -07:00
Keavon Chambers
a977da0adc Partial implementation of the WindowDom system 2020-09-01 14:06:47 -07:00
Keavon Chambers
3205e8d274 Layout XML text nodes are now parsed template strings instead of raw text containing {{template tags}} 2020-08-02 23:53:56 -07:00
Keavon Chambers
214c1c09ac Refactor layout system and abstract data types to separate definitions and tags 2020-08-02 21:41:01 -07:00
Gabriel Majeri
420314d0b3 Use f64 type in layout 2020-07-15 19:42:37 +03:00
Gabriel Majeri
e8058513f3 Rename attributes to user_attributes 2020-07-15 12:10:46 +03:00
Gabriel Majeri
45ae7f4342 Store content as a separate field 2020-07-15 12:03:37 +03:00
Gabriel Majeri
ed4931f638 Store layout attributes separately 2020-07-15 08:41:49 +03:00
Keavon Chambers
3e12576b3c Add conversion from component AST to flat component with content attribute (resolves #3), add XML attribute parsing, fix template string attribute parsing bug 2020-07-15 01:11:52 -07:00
Keavon Chambers
848228dd45 Add rustfmt.toml and enable auto formatting (Fixes #7) 2020-07-12 16:20:28 -07:00
Keavon Chambers
559833be8e Layout language AST building now complete with recursive parsing referenced XML files 2020-05-31 22:02:41 -07:00
Keavon Chambers
0c7e6bc883 Implement abstract syntax tree parsing of XML layout 2020-05-27 04:08:52 -07:00
Keavon Chambers
870ce74743 Rename ParsedLayoutNode to LayoutParsedNode 2020-05-25 22:24:54 -07:00