aboutsummaryrefslogtreecommitdiff
path: root/content/go/unilex.md
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:21:22 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:21:22 +0300
commita79499018bed35bab05f888ce0103b37655e2852 (patch)
treed182886009aeafffb247a68ff425c740b3cb6a31 /content/go/unilex.md
parent418eac8c0b978089644f48e27a0fbdd20e18ac91 (diff)
Auto-commit 2024-12-11
Diffstat (limited to 'content/go/unilex.md')
-rw-r--r--content/go/unilex.md13
1 files changed, 13 insertions, 0 deletions
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