From 84a820c946c7dedc3d534634f11881c28cf64eb5 Mon Sep 17 00:00:00 2001 From: Daniel Holden Date: Sat, 27 Mar 2021 20:40:08 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b7e6a5..6ccc3ef 100644 --- a/README.md +++ b/README.md @@ -924,6 +924,10 @@ Performs some basic optimisations on a parser to reduce it's size and increase i Limitations & FAQ ================= +### I'm getting namespace issues due to `libmpc`, what can I do? + +There is a re-naming of this project to `pcq` hosted on the [pcq branch](https://github.com/orangeduck/mpc/tree/pcq) which should be usable without namespace issues. + ### Does _mpc_ support Unicode? _mpc_ Only supports ASCII. Sorry! Writing a parser library that supports Unicode is pretty difficult. I welcome contributions!