From 793109829b51cceb243988620a75ecfa510376c3 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:54:32 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5f2cfbb..d571e66 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,19 @@ C++ library for manipulating concepts in formal language of advanced set theory - ccl - ConceptCoreLibrary static C++ library - coredll - ConceptCoreDLL binary for Windows embedding -- pyconcept - Python wrapper for some core RSLanguage and parsing functions +- pyconcept - PyPi packaged Python wrapper for some core RSLanguage and parsing functions ## 📦 Project build - ccl + coredll + pyconcept - Dockerfile to setup Clang / GCC build for Ubuntu development. -- ccl + coredll local dev - VS Solution for Windows development. +- ccl + coredll local dev - Visual Studio Solution for Windows development - 'CCL_full.sln'. - ccl - VS Code and ccl/CMakeLists.txt for other platforms. -- pyconcept - python setup.py +- pyconcept - python setup.py OR pyconcept/scripts -Windows development requires Bison installed and Visual Studio 2022+. -After changing grammar / syntax you can rebuild lexers and parser using scripts in 'scripts' folder. +After changing grammar / syntax you can rebuild lexers and parser using 'scripts' folder. + +- parser requires [Bison](https://www.gnu.org/software/bison/) installed +- lexer requires [Re-flex](https://github.com/Genivia/RE-flex) ## 💝 Acknowledgements