NLT is free, open-source C# lexer and GLR parser suite -- which translates to ability to parse ambiguous grammars. Grammar can be defined directly in code or (preferably) in separate file (lex/yacc-like) for included generator.
If you understand/guess the meaning of grammar in C#:
// scanning
lexer.AddStringRule(")", match => SymbolEnum.RPAREN);
// parsing
prod_builder.AddProduction(SymbolEnum.exp,
SymbolEnum.LPAREN, SymbolEnum.exp,...
Easy to use Ghostscript IDE.
Allows you to easily edit and view PostScript (multi-page PostScript) files, convert your files between different formats (PDF, PostScript, TIFF, PNG, JPEG, other...), view PDF files.
Please go to http://ghostscriptnet.codeplex.com/ for development files.
iCodeGenerator is a database centric template based code generator for any text(ascii) programming language like C, PHP, C#, Visual Basic, Java, Perl, Python... Supported databases are SQL Server, MySQL and PostgreSQL.
Source Code Now at:
https://github.com/VientoDigital/codegenerator
Snack combines a high-level object oriented language (think JavaScript) with a bytecode execution engine. An example air traffic control game (a port of the classic ATC) and a text adventure framework are included.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
xacc.ide is a opensource IDE aimed at mainly .NET development. It has a code editor written in 100% C# code, which is faster than most commercial offerings.
A toolkit for crawling information from web pages by combining different kinds of "actions". Actions are simple operations such as navigation to a specified url or extraction of text from the html. Also available is a graphic user interface.
A script editor (stored as xml) that displays the code in a graphical way. You can code mainly using your mouse. You can also run your script in one click. Easy manipulation of files, IO, mails, loops, directories... 'XS' stands for 'Xml Script'.
Zero Button Testing: a Pythonesque programming language with integrated unit testing and an editor that takes advantage thereof, with correctness and coverage highlighting. Written in C# on Windows' .NET platform.