Commit Graph

13 Commits

Author SHA1 Message Date
Keavon Chambers
516d59c8ef Add the GUI markup language spec to the docs 2021-02-14 15:07:18 -08:00
Keavon Chambers
b7127edfd8 Rename the component content special attribute children for consistency with React 2021-02-14 14:30:18 -08:00
Keavon Chambers
caa4c25d61 Refactor layout system and abstract data types to separate definitions and tags 2020-08-02 21:41:01 -07:00
Gabriel Majeri
60ddbfbecc Store content as a separate field 2020-07-15 03:13:15 -07:00
Keavon Chambers
b0f24b546e 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
c41710ab76 Implement enum for Layout data type 2020-07-13 15:01:24 -07:00
Keavon Chambers
487c0d9312 Rename GuiXml to Layout data type 2020-07-13 03:41:40 -07:00
Keavon Chambers
9e592f67e8 Wrap main.xml in <col> 2020-07-13 03:41:24 -07:00
Gabriel Majeri
c4cbd0690a Add docs for GUI system 2020-07-12 12:39:48 +03: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
f8025b15ea Add parsing of XML layout files into a ParsedLayoutNode tree 2020-05-25 22:08:27 -07:00
Keavon Chambers
474b2b39f9 Add basic layouts for XML-based GUI system 2020-05-24 21:22:16 -07:00