Code Review: Lazy, functional parser combinators in C

luser droog <mijoryx@yahoo.com.dmarc.email>
Tue, 11 Jun 2019 19:31:36 -0700 (PDT)

          From comp.compilers

Related articles
Code Review: Lazy, functional parser combinators in C mijoryx@yahoo.com.dmarc.email (luser droog) (2019-06-11)
| List of all articles for this month |

From: luser droog <mijoryx@yahoo.com.dmarc.email>
Newsgroups: comp.compilers
Date: Tue, 11 Jun 2019 19:31:36 -0700 (PDT)
Organization: Compilers Central
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="90802"; mail-complaints-to="abuse@iecc.com"
Keywords: question, tools
Posted-Date: 12 Jun 2019 10:53:33 EDT

I posted some code on codereview that I think is pretty snazzy.
It implements a lisp-like set of dynamic objects with lazy
evaluation and combinators for parsing.


The post got a few votes, but hopefully some of the audience here
might have some useful comments.


https://codereview.stackexchange.com/q/220214/5912


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.