From a765878fb644e7d1b1775c3dd962063a6b59079a Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 17 Feb 2020 19:05:59 -0600 Subject: [PATCH] rss preview --- content/enterprise/2020-02-17-syntax-update.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/enterprise/2020-02-17-syntax-update.md b/content/enterprise/2020-02-17-syntax-update.md index baaf16e..1e8c9cb 100644 --- a/content/enterprise/2020-02-17-syntax-update.md +++ b/content/enterprise/2020-02-17-syntax-update.md @@ -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. + + + +The rehashed "Hello, world" example looks a bit like this: ``` component HelloWorld {