Cat - A Statically Typed Programming Language Interpreter in C#
Posted: 4 Nov 2006
Updated: 4 Nov 2006
Views: 30,033
Rating: 5.00/5
Votes: 13
Popularity: 5.57
Licence: Not specified
Bookmarked: 37
Downloaded: 177
This article contains the public domain implementation of an interpreter for a statically typed stack-based programming language in C# called Cat. The accompanying article is a high-level description of how the various modules work, a brief description of the language, and links to related work.