-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
27 lines (23 loc) · 1.52 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>goccmack</title>
<link>https://goccmack.github.io/</link>
<description>Recent content on goccmack</description>
<generator>Hugo -- gohugo.io</generator>
<managingEditor>goccmack@gmail.com (Marius Ackerman)</managingEditor>
<webMaster>goccmack@gmail.com (Marius Ackerman)</webMaster>
<copyright>2020</copyright>
<lastBuildDate>Sun, 31 May 2020 00:00:00 +0000</lastBuildDate>
<atom:link href="https://goccmack.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>GoGLL: General Context-free Parsing Made Easy</title>
<link>https://goccmack.github.io/posts/2020-05-31_gogll/</link>
<pubDate>Sun, 31 May 2020 00:00:00 +0000</pubDate>
<author>goccmack@gmail.com (Marius Ackerman)</author>
<guid>https://goccmack.github.io/posts/2020-05-31_gogll/</guid>
<description>Generalised LL (GLL) parsing is a practical technique of parsing general context-free grammars. Gogll is an open source compiler kit that generates a GLL parser and a finite state automaton (FSA) based lexer for any context-free grammar. Gogll generates code in Go and Rust.
What is GLL? Generalised LL (GLL) parsing [Scott 2010,2012] is a parsing technique that that can handle any context-free grammar. It parses from left to right and produces a parse forest containing all valid parse trees.</description>
</item>
</channel>
</rss>