From 229c7242f600126862c76a034de3de4aac92047d Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Sat, 4 Apr 2009 23:57:52 +0100 Subject: [PATCH] updated README --- README | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README b/README index 7dac248..ca87be9 100644 --- a/README +++ b/README @@ -22,4 +22,26 @@ Dependancies: - flex - bohem gc (C/C++ garbage collector) -You also need to apply a patch on /usr/share/bison/glr.c +You also need to apply a patch on /usr/share/bison/glr.c, the patch can be +found in patches/ + +Folders: +======== + +doc/ the documentation folder +doc/html the generated doxygen html files +patches/ patches for upstream sources +src/ the source folder +src/moulette the moulette folder +src/moulette/bison the moulette's test parser +src/moulette/listeners listeners for the moulette +src/moulette/tests tests engines for the moulette +src/ozulis the root of ozulis sources +src/ozulis/ast ast related tools +src/ozulis/core generic stuff +src/ozulis/generators some stuff to generate code +src/ozulis/visitors type checker, simplifer, llvm generator, ... +src/plugins ozulis' plugins +src/plugins/lang language plugins +src/plugins/lang/mugiwara the mugiwara parser +src/plugins/lang/mugiwara/bison-parser bison stuff for mugiwara -- 2.11.4.GIT