From 8399e3834b3e1f09dfa2db93a10687e6f1993917 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Sat, 6 Mar 2021 22:35:10 +0300 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..172ce9b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# UniLex +Universal lexer for Golang + +Based on Rob Pike's awesome video [Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE) + +TODO: Write brief documentation. For now - watch video and [/examples](https://github.com/neonxp/unilex/tree/master/example) directory.