Project Description
Carse is a scripting environment that compiles .cs files at runtime and provides methods for running those scripts. It was originally created as part of a scripting interface for a game engine so that end-users can mod game logic without having access to the source files of the game.
Included in the source code is an example showing how the system works.