40 projects for "compiler python linux" with 1 filter applied:

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 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.
  • 1
    FreeBASIC Compiler
    Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
    Leader badge
    Downloads: 934 This Week
    Last Update:
    See Project
  • 2
    4tH compiler

    4tH compiler

    A Forth compiler with a little difference

    4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler. 4tH is a very small compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports about 95% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, enumerations, structures, suspended execution, recursion, include files, etc. It comes...
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 3

    ECMA-55 Minimal BASIC compiler

    BASIC Compiler and Interpreter

    John's Mutant contains several projects. The current project is an ECMA-55 Minimal BASIC compiler for Linux systems using AMD64 compatible CPUs. You can download the MinimalBASIC compiler source in the Files section.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    The GNU Ada compiler
    This project currently provides the GNAT Studio Ada development environment, packaged for macOS. For a source of the compiler and software packages, for various operating systems, see https://ada-lang.io and Alire. For up-to-date releases of the GNAT compiler packaged for macOS, see https://github.com/simonjwright/distributing-gcc/releases. Older releases are retained for historical reasons.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5

    DJGPP cross-compiler with POSIX threads

    Linux to DJGPP cross-compiler with pthread library and std::thread.

    Build script for a Debian GNU/Linux to DJGPP cross-compiler with POSIX threads (and std::thread). Binaries are provided for Debian GNU/Linux. (Simply extract and move to /usr/local.) Please see the README file in the 'Files' section for more details (or /usr/local/i586-pc-msdosdjgpp/src/README in the binary distribution). After installation: $ i586-pc-msdosdjgpp-gcc -v Using built-in specs. COLLECT_GCC=i586-pc-msdosdjgpp-gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i586-pc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Trek7 the original multiplayer network star trek game from the early-mid 70s. We are hoping to revive this classic (no, its not netrek/mtrek, not even close). hopefully the SF community can help port this to modern day networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Free Pascal Compiler

    Free Pascal Compiler

    Free 32/64/16-bit multi-platform Pascal and Object Pascal compiler

    A 32/64/16-bit Pascal compiler for Win32/64/CE, Linux, Mac OS X/iOS, Android, FreeBSD, OS/2, Game Boy Advance, Nintendo NDS and DOS; semantically compatible with Delphi, Borland Pascal and Mac Pascal (partially) with extra features, e.g. operator overloading.
    Leader badge
    Downloads: 3,941 This Week
    Last Update:
    See Project
  • 8
    MinForth

    MinForth

    A minimalistic but complete standard Forth compiler in C

    MinForth V3.4 is a classic Forth system with command-line interface. Development resource requirements are minimal. A source text editor and a C compiler are sufficient. By design no toolchain is required to adapt or rebuild MinForth. A complete rebuild takes only few seconds. Current sources are for Windows and Linux (32-bit or 64-bit). MinForth primitive definitions are written in mixed Forth and C language and are transpiled to pure C code. Main but not exclusive application...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    helpdeco dissects HLP help files (WinHelp) of Windows 3.0, 3.1, 3.11, and '95 and many MVB multi media viewer titles into all files required for a rebuild using the appropriate help compiler HC30, HC31, HCP, HCW, HCRTF, WMVC, MMVC or MVC.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10
    Engine_3D

    Engine_3D

    A real-time 3D engine for DOS-talgics (see GLOBE_3D for new stuff !)

    Engine_3D is a real-time 3D engine project grabbed from my old data. The entire 3D rendering is pure software: no OpenGL or the like, no 3D graphics card acceleration! And: Engine_3D is completely programmed in Ada. Some parts of the 3D engine, like the animated bump mapping, are still waiting to be ported to my newer 3D project, GLOBE_3D !... DOS and Linux versions available. Remarks for the DOS version: It is also a funny example of a game system almost fully in Ada, including...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    picoTCP for DOS

    picoTCP for DOS

    port of the picoTCP stack for DOS

    The goal of this project is to build a port of the picoTCP TCP/IP stack for 16 bit DOS. It shall provide retro-developers with a modern, fast and efficient TCP/IP stack that can be used to create 16-bit network-enabled applications for DOS. The picotcp4dos library is primarily meant to be used with the OpenWatcom compiler.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    pseudo-c-compiler

    Tiny education compiler that can compile itself

    Tiny (less then 1000 lines of code) education compiler that can compile itself. Implements small subset of C language without pointers, structures etc. Parameters and local variables also not implemented. To interface with OS Borland-style inline assembler are used (db directive only). Based on initial version of Tiny Context compiler (http://avhohlov.narod.ru/p1805en.htm). In order to simplicity compiler uses fixed source and target file names (C.C and C.COM). On Linux and any 64-bit operating...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    NPRIM

    Calculate primes numbers with yourself

    Nprim calculate the primes numbers. This software was written and compiled in FreePascal Compiler. Works in DOS and LINUX OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Forth compiler for the Compiled Virtual Machine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FreeOS/1
    FreeOS/1 is a Free, Open Source, FreeDOS based Free and Open Source Alternative OS, with open source Microsoft Windows compatibility using HXDOSExtender KernelEx,and ReactOS source code. FreeOS/1 will include new technologies and will be easy to use
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Development of a fully-conforming implementation of a compiler for the Sirius programming language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Modern command-line cross-compiler of 8bit processor Z80(and R800) assembly language. Support many directives(even ZX-Spectrum specific as snapshot .SNA generation), has built-in Lua scripting engine, 3-pass design. Windows/DOS/FreeBSD.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 18
    Can emulate old computer on text the code pogram ideal to create kernel for operating system The begin the project the can emulate CPU(8080)and z80.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    mk, with a C/C++ compiler & using user supplied C/C++ code, is a tool which controls generation of executables & non-source files of a program. mk is similar to tools such as GNU make, but exists as a header file & rules/targets are specified using C/C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a console based fighting game. You fight against the CPU or another player using one of four weapons. I plan for it to be extendable later on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JaguiD is a Java GUI for DOS. It consists of several sub-projects including a Java Compiler, a Class Runner and a Jar Packager. JaguiD has limited Java support to provide a Graphical User Interface for DOS and compatibles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    An open-source cross-platform compiler for the Savage Innovations OOPic microcontroller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A 3d-RPG with action elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Compiler for high level language for Microchip PIC microcontrollers
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
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.