diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-15 17:58:51 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-15 18:00:06 +1000 |
commit | 2d7fb6bf929295a058b8a0634d180a570590eb4a (patch) | |
tree | 119a5b7b9e0fbbf9002d9a3b58047206468a92c2 | |
parent | 058ee0ba3216c47a290f9f20a0159808eb0077ab (diff) | |
download | fengari-2d7fb6bf929295a058b8a0634d180a570590eb4a.tar.gz fengari-2d7fb6bf929295a058b8a0634d180a570590eb4a.tar.bz2 fengari-2d7fb6bf929295a058b8a0634d180a570590eb4a.zip |
README: Add whitespace around headings
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,9 +4,12 @@ <img src="https://github.com/fengari-lua/fengari/raw/master/logo.png" alt="Fengari" width="304" height="304"> </p> + # fengari + 🐺 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser + ## So far - [x] Lexing/Parsing @@ -75,6 +78,7 @@ - [ ] `verybig.lua` - [ ] DOM API binding: [https://github.com/fengari-lua/fengari-interop](https://github.com/fengari-lua/fengari-interop) + ## References - [Source code for Lua 5.3](lua.org/source/5.3/) |