rss preview

This commit is contained in:
Michael Zhang 2020-02-17 19:05:59 -06:00
parent 45da288831
commit a765878fb6
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@ template = "post.html"
tags = ["enterprise", "web", "ui", "syntax"]
+++
[Enterprise][1]'s frontend DSL just got a syntax! Although the major functionality hasn't really changed, I threw out the ugly verbose AST-construction syntax for a hand-rolled recursive-descent-ish parser. The rehashed "Hello, world" example looks a bit like this:
[Enterprise][1]'s frontend DSL just got a syntax! Although the major functionality hasn't really changed, I threw out the ugly verbose AST-construction syntax for a hand-rolled recursive-descent-ish parser.
<!-- more -->
The rehashed "Hello, world" example looks a bit like this:
```
component HelloWorld {