From 2d260c14d7e1ec22347f764f2fb661406e4ac72d Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 6 May 2018 23:57:21 -0700 Subject: [PATCH] Add Unified Construction Syntax article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6e1c28..003f930 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ https://skillsmatter.com/skillscasts/10868-inside-the-rust-compiler ### Parsing http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy/ +https://soc.github.io/languages/unified-condition-syntax [Crafting Interpreters](http://www.craftinginterpreters.com/)