Basic Parser Generator

By Author: acct001
A simple way to create a syntax highlighting editor for a custom language/grammar and/or create custom grammar parsers. This is a .NET project written in C#. See details here: http://acct001.com/wordpress/?p=190

Feature

  • Create grammar/language parsers at run-time, no input files, no intermediary parser
  • Zero-file set-up -- just reference the DLL and write your grammar directly in C# or VB.NET
  • Syntax highlighting support for the editor of your choice
  • ScintillaNET editor example included
  • Simple C#-like language parser example included
  • Supports deterministic LL(1) parsing (MatchStyle.First)
  • Supports non-deterministic LL(infinity) parsing (MatchStyle.All)

pykte

pykte is a simple text editor with support for unicode and a few handy tools to aid in the input of characters in different languages. *Please note this project is still in alpha stage, there are still some issues to solve....

Similar: 20%

NaiveLanguageTools

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 .........

Similar: 16%

From PEG to a practical parser

This is a tool to transcribe Parsing Expression Grammar into a parser written in Java. Parsing Expression Grammar (PEG) is a new way to specify recursive-descent parsers with limited backtracking. The use of backtracking lifts the LL(1) restriction usually imposed by top-down parsers. In addition, .........

Similar: 15%

UniversalIDE

UniversalIDE is an open source development environment studied to be compatible with any programming language thanks to its add-on based structure. Anyone who knows the .NET Framework can develop add-ons to support a programming language, defining syntax highlighting rules and interfacing the IDE wi.........

Similar: 14%

CodeBeagle

CodeBeagle allows you to quickly find all occurances of a search term inside source code files. It can handle large projects with thousands of files with a very good performance. To do so it creates a full text index of the desired source files. Because it is tolerant to whitespace its search syntax.........

Similar: 13%

Tinn-R

The Tinn-R is an open source (GNU General Public License) and free project. It is an editor/word processor ASCII/UNICODE generic for the Windows operating system, very well integrated into the R, with characteristics of Graphical User Interface (GUI) and Integrated Development Environment (IDE). T.........

Similar: 11%

Supernova programming language

Modern scripting language and the first one that presents the concept of programming with direct fiction description using a clear subset of pure human language. Supernova started as a research and example about what we can do using PWCT ( Programming Without Coding Technology - http://doublesvso.........

Similar: 9%

JDynamiTe, Dynamic Template in Java

JDynamiTe is a tool which allows you to dynamically create documents in any format from "template" documents. And very few lines of code (or no line at all!) are needed to do that. Some typical usage domains of JDynamiTe are: - dynamic Web pages creation, - text document generation, - source c.........

Similar: 9%

The Ring Programming Language

The Ring is an Innovative and practical general-purpose multi-paradigm scripting language that can be embedded in C/C++ projects, extended using C/C++ code and/or used as standalone language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programmi.........

Similar: 6%

Lioness (Languages Interop Framework)

Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4....

Similar: 4%