From a79499018bed35bab05f888ce0103b37655e2852 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:21:22 +0300 Subject: Auto-commit 2024-12-11 --- content/go/unilex.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/go/unilex.md (limited to 'content/go/unilex.md') diff --git a/content/go/unilex.md b/content/go/unilex.md new file mode 100644 index 0000000..f05e158 --- /dev/null +++ b/content/go/unilex.md @@ -0,0 +1,13 @@ ++++ +title = "Unilex" +name = "unilex" +repository = "https://git.neonxp.ru/unilex.git" +description = "Универсальный лексер" +gomod = true ++++ + +Universal lexer for Golang + +Based on Rob Pike's awesome video [Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE) + +Examples: /examples directory. \ No newline at end of file -- cgit v1.2.3