Search Results for "java compiler and decompiler" - Page 13

Showing 342 open source projects for "java compiler and decompiler"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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
    JREC is a framework for building finite state automatons from regular expressions based on a general grammar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This project is the port of Lua programming language to Java platform. It contains the bytecode compiler and interpreter, that use the same bytecode format as the original version, and partially support standard Lua library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Our goal was to develop a very simple programming language for expressing state machines. You can express the logic of a fairly complex, real life state machine in a single page of text that is easy to understand. Creates Java (C++ may be next).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    It is basically an education Java compiler we are developing - just to gain an insight into the workings of a compiler. It is NOT meant for commercial use!! Its written in Java and uses ANTLR parser generator and the Byte Code Engineering Library extensiv
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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.
    Download Now
  • 5
    Java bytecode to IL compiler is being designed to be able to directly use the already available enormous resource of java libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Course Compiler Design I at the ETH Zuerich (Switzerland). The course program is to write a simple compiler for educational language J01 (similar to Java, with restrictions) for a target platform (either DLX, SPARC or x86).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Pass2 Compiler (p2parser) is one part of the frontend of a compiler. To use it, you need Pass1 (lexial analysis) and Pass3 (the backend) which this project doesn't cover.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JTycho is an object-oriented runtime programmable network server. It will support multiple network models, compiler implementations, object models, persistence mechanisms and object ontologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SurePlayer is an all-Java open-source streaming MPEG-1 video player. It makes video clips available to web viewers without them needing any preinstalled viewer software (besides a web browser with JIT compiler). It is licensed under the GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GOTO-20 is a basicode-2 to java Bytecode compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Open source Interactive Graphical Multiuser System for developing from online RPG/Adventure Games to strategy games like Starcraft. It includes a complete IDE (code editor, sprite and animation editor, scenario editor, debugger), a compiler and a server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java-program to read, modify and execute class-files. a real java VM written in java or a decompiler for class-files is possible (and partially working)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An ASN to Java Stub Compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PHP to Java bytecode compiler allows to run legacy PHP-based web applications on any Java Servlets container.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Eine Anwendung um aus dem Java Bytecode wieder einen gleichwertigen Quelltext in Java zu erzeugen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A compiler using annotations to identify fields of a Java class that are to be wrapped into a subclass of the compiled class. The compiler exposes methods from interfaces as the exported components of the wrapper. An Eclipse plugin is being designed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Sourceless Java Decompiler plug-in for Netbeans (6.5 +)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    AntiPython-AI-Compiler-Colab

    Google Colab GPU access in your favorite programming language

    AntiPython Colab is a source to source compiler that let's you build AI in Java, Rust, JavaScript, Flutter, C#, Go, Ocaml(and etc...) utilizing free Google Colab GPUs! It's blazingly fast and very robust as it uses websockets and the Treesitter C library under the hood.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Zonnon Compiler for java is an implementation of the grammar of zonnon for java. There are different versions developed with javacc, sablecc, gold parser .... GUI and Report tools too
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Java implementation for the IC (Irish Coffee) language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is a implementation of a didactic compiler that shows the basics concepts to construct a compiler. The theory behind this implementation is taught in PCS2508 --- Linguagens e Compiladores --- a discipline of the Universidade de São Paulo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Vyne Compiler

    Vyne Compiler

    A compiler that compiles the Vyne programming language.

    The compiler is aimed at compiling the vyne language. The Vyne language is a high level programming language that aims to be a very powerful alternative to the currently well established high level languages. The goal is not to reinvent the wheel, but to make it better. One thing that is important is that Vyne should not be owned by anybody. The language itself should be maintained by the community. The development website can be found on http://www.vyne.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A collection of ACS tools. It will have an ACS disassembler, because I intend to get a method of decompiling as quickly as possible. After that, there will be: compiler, decompiler, linker and translator, etc...
    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.