/

MBDocumentation

This page contains the total documentation for all of the projects created by me, MrBoboGet. The documentation is created by MBDoc/index.html, and can resolve all references needed by all the projects, but their documentation can also be individually compiled.

1 MBDoc


MBDoc is a documentation program that is used to create for example this documentation and the command line documentation for the various programs.

2 MBPacketManager


MBPacketManager is the packet manager I use during my development. It has a focus on making it easy to compile the projects on different computers, and also has server that can be run via /MBWebsite.

3 MBCC


MBCC is a parser generator, supporting approximate LL(k) parsers. It is currently used in order to implemenet MBObjectSpec.

4 MBObjectSpec


MBObjectSpec is a utility that reads in a object specification text file, and creates a parser/serializer for the objects described for a target language. Currently C++ as target language and JSON as serialization format is supported. It is used to implement MBLSP, and to for various configs files in MBDoc.

5 MBWebsite


This is program used to run my personal website, MrBoboGet.se.