coredump-ch / coredumpbot

A mighty chatbot. Right now it supports Telegram, in the future maybe also IRC and Jabber.
4 stars 2 forks source link

Parse User Input Compiler-Style #10

Closed dns2utf8 closed 8 years ago

dbrgn commented 8 years ago

There are a few parser generator libraries around. Can you make the commands into a LR(1) syntax? This one looks interesting, for example: https://github.com/nikomatsakis/lalrpop

dns2utf8 commented 8 years ago

Looked very good, but it is not compiling after a Day of Work. Working with pure Rust for now.

dns2utf8 commented 8 years ago

Implemented.