Paskell
Pascal compiler
A compiler that translates Pascal source code into LLVM IR and can be executed directly or used to generate native machine code.
A Pascal to LLVM compiler in Haskell
126 stars
4 watching
6 forks
Language: Haskell
last commit: over 5 years ago compilerhaskellllvmllvm-hsparsecpascal
Related projects:
Repository | Description | Stars |
---|---|---|
| A compiler that translates a subset of the Pascal programming language into WebAssembly | 29 |
| An implementation of Pascal as a new Racket language with support for various features and compilers | 88 |
| A language targeting LLVM with the goal of building a simple compiler | 64 |
| A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |
| A Pascal language implementation providing efficient, cross-platform scripting capabilities with support for dynamic memory allocation and object-oriented programming. | 454 |
| Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 159 |
| A Haskell-based LLVM backend for generating LLVM bytecode from Idris programs | 78 |
| A compiler that converts Haskell code into JavaScript to run in web browsers or other environments. | 1,440 |
| Compiles the MicroC programming language into machine code using Haskell | 116 |
| A Haskell-based compiler backend that uses LLVM to generate and compile machine code | 82 |
| A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
| Compiles Haskell2010 code to LLVM IR using a custom optimization pipeline | 198 |
| An experimental compiler and language implementation built on top of LLVM and Python. | 99 |
| An interpreter and parser project implementing a programming language with a formal grammar as reference. | 27 |
| A compiled stack-based language with a toy compiler for x86_64 and aarch64 targeting | 58 |