schneiderfelipe / hyperscript

📎 Create HyperText with Nim.
https://github.com/schneiderfelipe/hyperscript
4 stars 0 forks source link

Support non-literals (variables, calls, etc.) #10

Open schneiderfelipe opened 3 years ago

schneiderfelipe commented 3 years ago

Currently, only literals are supported (tags, ids, styles, classes, etc. should only work with them).

This is strongly related to #8.