1
0
mirror of https://github.com/danog/liquid.git synced 2025-01-22 22:51:13 +01:00

Add references to README

This commit is contained in:
Oliver Steele 2017-06-27 18:06:26 -04:00
parent a5a3ad2a07
commit ac12225247

View File

@ -65,10 +65,25 @@ cd expressions
ragel -Z scanner.rl && go test
```
## References
<https://shopify.github.io/liquid>
<https://help.shopify.com/themes/liquid>
<https://github.com/Shopify/liquid/wiki/Liquid-for-Designers>
## Attribution
Kyoung-chan Lee's <https://github.com/leekchan/timeutil> for formatting dates.
Michael Hamrah's [Lexing with Ragel and Parsing with Yacc using Go](https://medium.com/@mhamrah/lexing-with-ragel-and-parsing-with-yacc-using-go-81e50475f88f) was essential to understanding `go yacc`.
The [original Liquid engine](https://shopify.github.io/liquid), of course, for the design and documentation of the Liquid template language.
(That said, this is a clean-room implementation to make sure it just implements the documented design.)
## License
MIT License