Compiler construction

Commandline parser in c

The following C project contains the C source code and C examples used for commandline parser. This class simple parses the command line and retrieves exe path and name and all paths and names of the files/folder you dragged and dropped over exe.

Cmdline a c option-parsing framework in c

The following C project contains the C source code and C examples used for cmdline: a c++ option-parsing framework. CmdLine is a C++ Library for parsing command-line arguments. It is approximately 2750 C++ source statements. cmdparse is a command-line interface to CmdLine for Unix shell-scripts. It is approximately 1500 C++ source statements. Copyright Brad Appleton. Documentation at: http://www.enteract.com/~bradapp/ftp/src/libs/C++/CmdLine.html

Parse tree in c

The following C project contains the C source code and C examples used for parse tree. Hi, Here's a Parse tree code open for all of you, If u give an input to a file it can read the input and show it as a parse tree program.

Java Compiler and Interpreter in c

The following C project contains the C source code and C examples used for Java Compiler and Interpreter. Its a simple code which compiles the java program and display the output at once. The user does not need to type the command prompt for compiling and running the program. The code also set the JDK path once and no need to set the path Again.

Statplot - graph generator in c

The following C project contains the C source code and C examples used for statplot - graph generator. This program can generate 3 different graphs based on user input. It can make Pie, Histogram and Frequency graphs. This code shows you the basics of using windows API to program graphics in C/C++. The program is made in Bloodshed DevC++

Simple compiler in java

The following java project contains the java source code and java examples used for simple compiler. This is just Simple Compiler demo program which i h required to build for my Programming Language subject. Its use string tokenizer class! Programming Language syntaxt look like this Start Set variablename As datatype End Example Start Set i As int End

Yapp a pedestrian yet another parser parser in matlab

The following Matlab project contains the source code and Matlab examples used for yapp a pedestrian yet another parser parser. YAPP: Yet Another Parser Parser a highly speed optimized subroutine package - !!!for programmers only!!! - implements the old-style unix argument parsing model, which allows to assign   any user-definable number of arguments to an option flag and, therefore, differs   slightly from the now common property/value pair philosophy used in MATLAB - parses a list of arguments, eg, varargin, for the occurrence of   unix-style options     prefixOPTION

Pages

Subscribe to RSS - Compiler construction