skhtml/macros/src
Bodil Stokke 001a7ba016 Parameterise nodes etc on output type, so we can type event handlers based on it.
With this, Node<String> only accepts event handlers implemented
for String, etc. No danger of trying to stringify functions and vice versa.
2018-11-16 23:33:11 +00:00
..
config.rs Event handlers! 2018-11-15 23:25:38 +00:00
declare.rs Parameterise nodes etc on output type, so we can type event handlers based on it. 2018-11-16 23:33:11 +00:00
error.rs Completely transitioned to LALRPOP and new declare macro. 2018-11-14 16:22:07 +00:00
grammar.lalrpop Event handlers! 2018-11-15 23:25:38 +00:00
html.rs Better event handler conversion. 2018-11-16 00:34:13 +00:00
lexer.rs Event handlers! 2018-11-15 23:25:38 +00:00
lib.rs Completely transitioned to LALRPOP and new declare macro. 2018-11-14 16:22:07 +00:00
map.rs A mess of LALRPOP. 2018-11-14 00:30:59 +00:00
parser.rs Completely transitioned to LALRPOP and new declare macro. 2018-11-14 16:22:07 +00:00