eldoy / weblang

Low code programming language for safe, portable and efficient code.
https://weblang.org
MIT License
3 stars 0 forks source link

Props, possible syntax addition for HTML #36

Open eldoy opened 1 year ago

eldoy commented 1 year ago

At the moment it's not easy to replicate XML-like behavior with Weblang. If you wanted to write HTML with it, it doesn't really work.

If you had something like this though, it might work:

@div(class=hello id=hero): This is the content of the div