The following is a list of the projects currently hosted by Edgerunner:

Entries by Thaddeus (7)

Tuesday
Jul052022

Grun.Net

Contributors:
Status: In Progress
Version: 1.1.20086.0
Description: A set of tools for debugging ANTLR language grammars compiled in .Net.  Normally a person still needs to test their grammar using the Java testrig tools.  This means you need to compile your grammar into Java just to test it.  This annoyed me that there were no testing tools in .Net, so I decided to construct one.

Link: Grun.Net on Github

Monday
Oct262015

Moo#

Contributors:
Status: Shelved
Version: 0.1.0
Description: A rewrite of the LambdaMOO Server using C#.  This rewrite adds many new modern features to the language grammar as well as some new data types.  The server also supports multi-threading as well as plugins and multiple configurable storage methods.

Features
MOO Grammar Parser 100%
Moo# Grammar Parser 100%
Compiler 20%
Interpreter 75%
Database conversion tool 0%
Server networking 0%
Server storage 0%
Server plugin system 0%
Native .Net mapped object support 0%
Windows service support 0%
Azure support 0%
Mono testing 0%
Adding Switch statements to Moo# grammar 0%

 

Link:

Thursday
Jul262012

RPG Tools

Contributors:
Status: In Progress
Version: 1.1.0
Description: A toolkit for use in .Net programming to aid in the creation of character management software or for use in generating dice rolls. The Dice namespace includes all classes necessary to simulate complex dice rolls for any rpg system as well as a scripting engine that supports a language I have coined DiceScript, for describing dice rolls.

Link: