logo

libbulletml

Library of Bullet Markup Language (forked from https://shinh.skr.jp/libbulletml/index_en.html )git clone https://hacktivis.me/git/libbulletml.git
commit: c99c40240961dbb5360f296e0c339c2997b47746
parent 12f1edca6878700b740ee518f792c626b4eff5e8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 22 Mar 2024 20:59:00 +0100

README.md: Note support of bison+byacc

Diffstat:

MREADME.md1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -4,6 +4,7 @@ This is a library to parse (Bullet Markup Language)[http://www.asahi-net.or.jp/~ ## Dependencies - POSIX environment with make +- A Yacc implementation (supported: bison, byacc) - C++11 compiler (supported: gcc, clang) ## Tutorial