Commit Graph

29 Commits

Author SHA1 Message Date
Brandon Dyck cbf7aa6a9d Move module to git.codemonkeysoftware.net 2023-12-20 15:35:09 -07:00
Brandon Dyck 4cb7457606 Make boolean attributes more useable 2020-05-25 15:18:17 -06:00
Brandon Dyck 5412e5e108 Got rid of extra cast to String 2019-08-31 10:46:54 -06:00
Brandon Dyck e81a25f1e7 Created Bool type 2019-08-31 10:30:17 -06:00
Brandon Dyck 9f7f25a89e Created Int type 2019-08-31 10:20:58 -06:00
Brandon Dyck 261331daa4 Created Float type 2019-08-31 09:56:56 -06:00
Brandon Dyck 276c0f9c0e Created CommaList type 2019-08-31 09:51:43 -06:00
Brandon Dyck 287d0036f3 Created SpaceList type 2019-08-31 09:47:37 -06:00
Brandon Dyck 0e29901b4f Attrib takes Stringer instead of string 2019-08-31 09:05:43 -06:00
Brandon Dyck a0eecef935 Get rid of custom comment generation 2019-08-27 16:59:59 -06:00
Brandon Dyck 4aacd6e722 Added comma-delimited string attrib type 2019-05-29 22:26:36 -06:00
Brandon Dyck 69b1e1644d Added space-delimited string list attrib type 2019-05-29 21:32:16 -06:00
Brandon Dyck f80148fdf6 Allow custom function comments in specs 2019-05-14 21:15:18 -06:00
Brandon Dyck fe2baa121f Refactored codegen templates 2019-04-27 15:26:59 -06:00
Brandon Dyck e0ccb4549e Added explicit bool attribute type 2019-04-26 20:49:10 -06:00
Brandon Dyck 296f7c71da Added float attribute type 2019-04-22 22:12:12 -06:00
Brandon Dyck cd2230f625 Added int attribute type 2019-04-22 21:49:46 -06:00
Brandon Dyck 38d31f8a25 Refactored codegen 2019-04-22 20:23:56 -06:00
Brandon Dyck 8573ee37ad Ran go fmt 2019-04-08 22:10:02 -06:00
Brandon Dyck f637b196fe Added all non-obsolete, non-experimental attribs from MDN 2019-04-08 21:52:26 -06:00
Brandon Dyck e43b8aa6ee Rearranged generated code 2019-04-02 21:42:16 -06:00
Brandon Dyck 94a7c075c7 Assume generated code lands in a subdirectory 2019-04-02 20:05:48 -06:00
Brandon Dyck 62026132a8 Renamed Empty to Void in codegen 2019-03-28 20:23:35 -06:00
Brandon Dyck a73ec53de9 Renamed EmptyElement to VoidElement 2019-03-28 20:18:25 -06:00
Brandon Dyck 4ecd5ccaf7 Removed unneeded pointer from ParentElement receivers 2019-03-24 20:46:38 -06:00
Brandon Dyck f3226fa5cc Updated generated doc comments 2019-03-24 20:35:40 -06:00
Brandon Dyck 5b8983eea2 Moved example, Data, and Text into html5 package 2019-03-24 20:32:15 -06:00
Brandon Dyck e5b056c1c1 Use unified JSON file for codegen input 2019-03-24 15:42:48 -06:00
Brandon Dyck 6664713f32 Combine code generation commands 2019-03-24 13:28:36 -06:00