Showing 127 open source projects for "compiler java"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Learn More
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    The grinj is a complete suite with compiler, VM and IDE for the language "grinj". it can be used as-is or as basis for your own compiler-VM-IDE-suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    jRate is a real-time Java compiler and runtime system (based on GNU GCJ) with support for much of the Real-Time Specification for Java (RTSJ), including threading constructs with real-time constraints, asynchronous event handling, and memory regions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    C-subset compiler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This opentool adds a new compiler option to the project properties build java page for compiling projects using JDK 1.6 (JDK 6) language extensions in JBuilder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    Java bytecode to native code compiler striving for small, standalone executables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A simple command-line Java JAR-file compilation aid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jpaul is a Java implementation of several algorithms widely used in program analysis. It emphasizes flexibility and ease-of-use and is independent of any specific compiler infrastructure project. BSD Licence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JasminParser is a Jasmin (Java Assembler, .j file) compiler based on the Apache BCEL. JasminParser provides a disassembler and an assembler to convert java classes and jasmin files to each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    An more efficient alternative for writing complex Asterisk dial plan files, without using the cumbersome line numbering scheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JikesTM is a compiler for the JavaTM language. The Jikes project strives for strict adherence to the Java Language and Java Virtual Machine Specifications. Jikes' most popular feature is it's extremely fast compile speed.
    Leader badge
    Downloads: 188 This Week
    Last Update:
    See Project
  • 12
    To develop a plug-in for eclipse (eclipse.org) allowing for seamless Eiffel Development using the SmartEiffel (smarteiffel.loria.fr) compiler and the ELJ (elj.com) tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Chai-T is a prototype implementation of a compiler for a language based on Java and including Traits (http://www.iam.unibe.ch/~scg/Research/Traits/), which are a new program structuring unit designed to maximise flexibility in code reuse
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JTL is a compiler for Java extended with traits. Traits are lightweight entities that serve as primitive units of code reuse. A trait is similar to an interface, but can contain method implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TransJVM is a Java package to assist compiler writers targeting the Java Virtual Machine. It provides a simple logical interface for creating JVM classes, expressed in terms of Methods, Fields, Statements and Expressions. JVM details are hidden.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Erc is an interpreted link-oriented language. Majic is a java-based interpreter for Erc, and Majicc is a c++ based compiler for Erc which uses the Majic libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Compiler for java assembly to class file. This compiler contains dead code detection and allow creating method, field and constructor from a java assembly file
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Aino is a Java bytecode to PIC microcontroller family assembly language compiler written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The goal of the project is to create extensible compiler to JVM. The compiler uses plugins and extensible syntax defined in separate project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JEC is a Java Expression Compiler library (a JAR) that allows bidirectional expression evaluation and assignation (like book.pages[selectedPage].text). It was designed for mapping HTTP parameters to class fields in the model for a Java web controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RCXJavaC A Java like compiler for the Lego Mindstorms Robotics kit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    YACCL is a simple Java recursive descent parser, in the tradition of other RDP technologies such as ANTLR and JavaCC. It differs from these in a number of ways: it is smaller and simpler (though not necessarily faster).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simple Object Oriented Language and Compiler (SOOL): using for students taking Compiler Design course
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jura is a programming language which is also a structured data language - think XML for source code. Jura supports generics, transforms and on-the-fly language extensions. The project aim is to create a Jura compiler in Java and then port it to Jura.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A small Java utility used with AspectJ which allows any checked exception to be re-thrown as an unchecked RuntimeException. This allows aspects to generically throw any checked exception without the compiler complaining. BCEL is used to accomplish this.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.