Full access to Enterprise features. No credit card required.
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
Try ServoDesk for free
Build Securely on Azure with Proven Frameworks
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
A framework for user-extensible compilers and development tools, including a Java-to-Java extensible compiler, ideal for Java code refactoring. Also includes the new LX programming language.
GLBCC is a front-end to the GNU Compiler Collection. GLBCC adds Liberty Basic to the GCC language collection so that Liberty Basic code can be compiled directly to an executable. Since GLBCC uses GCC, the object files can also be linked with object file
Pizza is a small, fast and free compiler for Java and an important superset of the Java programming language. It is written in Java/Pizza and compiles to Java class files.
Healthcare organizations looking for a HIPAA compliant faxing, email, SMS, forms, and signatures embedding solution to automate their communication
Medsender integrates with dozens of top EMR / EHR systems and provides everything you need out of the box to view, sign, edit, and upload documents to your EMR system.
VHDLC is a VHDL to C++ translator aiming at full VHDL '93 compliance. It provides the translator and supporting VHDL libraries for the target host C++ compiler.
A version of the SmallEiffel compiler (smalleiffel.loria.fr) with extra features, such as multiple threads, mysql database library, curses library, BeOS API library and built in option for boehm garbage collector.
The English Programming Language Compiler. A simple programming language that reads like plain English and compiles to Perl.
"There is a variable called 'x'. Put the string of letters "Hello, world." into the variable 'x'. Print 'x' to the screen.
QuickFee offers payments, financing, and billing automation for professional service firms.
The smart way to reduce A/R and get paid faster.
QuickFee offers online payments and e-invoicing options designed to help accounting and law firms reduce their aging receivables. (So you can finally stop chasing down payments and processing checks.)
SenseTalk is an exceptionally readable scripting language in the xTalk (HyperTalk) family. This Project serves as a home for SenseTalk-related OpenSource projects. Although SenseTalk itself is not OpenSource at this time, some extension modules are.
ePolyglot is a set of libraries, classes, and tools which enable Eiffel to interoperate with Python and, to an extent, Haskell. Features for using Python objects from Eiffel, Eiffel objects from Python, and Haskell functions from Eiffel are included.
The Cup Programming Language is a combination compiler and VM (Virtual Machine). The language is purely procedural, though allows 'top-level' code like a scripting language.
This is an attempt to add PERL's datatypes and flexibility to C/C++. While it is currently just a library, I intend to create a compiler for the language PERC (PERl + C. Plus I can make lots of caffeine puns, which is always good.).
Chasm is a language using assembler meat with C style bone. It provide
the C style flow control statement to make assembler code easier to write
and easier to maintain. All the register/memory modify code is
in the assembler, give the programmer the de
OASIS aims to develop a fully object-oriented version of the BASIC programming language. Currently, the project consists of developing the language and producing a compiler--no IDE is planned. The compiler will be written in C++, and will first be avail
Frost provides a C++ compiler wrapper that makes it possible to use multi methods and functions with virtual arguments almost as if they were a native C++ feature. You don't have to maintain any function-call dispatching code.
XSLTC is an XSLT stylesheet compiler, based on TransforMiix. XSLTC takes as input an XSLT stylesheet, and generates C++ code. The executable generated from this code is expected to behave the same as the source stylesheet when run through an XSL processo
The QPascal Project is an endeavour to produce a new generation of development tools based on the object-oriented programming language QPascal. Its goal is to create a compiler, linker, debugger, assembler, and eventually an extensive and extensible IDE.
Low level programming language and compiler close to python. Intended for experiments with in processor design. Consists of language definition, compiler and simple cpu simulation written in python. The compiler can be adapted to different processors easily.
I want to build a Compiler that will compile C programs.
compiler consists of lexical analysis stage,parser,syntax analysis,code generation stage.
code for lexical analysis, parser is written in linux using lex and yacc tool.