联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 编译器/解释器(59) 
按平台查找All Haskell(59) 

[编译器/解释器] kos-c

针对Kerbal操作系统mod中使用的kOS脚本语言的类C++C#语言的编译器([https:ksp kOS.githu...](https:ksp-kOS.github.io kOS index.html),
Compiler for a C/C++/C#-like language targeting the kOS scripting language used in the Kerbal Operating System mod (https://ksp-kos.github.io/KOS/index.html) for Kerbal Space Program. (2017-04-07, Haskell, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693853969666033.html

[编译器/解释器] compiler-playground

对于我来说,这只是一个使用Haskell创建编译器定义的不同方法的项目,从基本解析开始...
Just a project for me to create different approaches of compiler definitions using Haskell, starting with basic parser combinators until optimized JIT LLVM implementations. (2021-03-15, Haskell, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138344323018.html

[编译器/解释器] Glados

使用LLVM和AST解析在Haskell中重新编写自己的解释程序和自己的语言编译器
Recode of my own interpretor and compilator of my own language in Haskell using LLVM and AST parsing (2023-03-08, Haskell, 160KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138344731067.html

[编译器/解释器] harakiri

harakiri语言的编译器(不带LLVM或GCC)
Compiler (without LLVM or GCC) for harakiri language (2021-02-19, Haskell, 7KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138337765450.html

[编译器/解释器] CodeGen

使用LLVM的简单、编写不良、文档记录不良的代码生成器
A simple, poorly written, poorly documented code generator using LLVM (2015-02-23, Haskell, 5KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138337411409.html

[编译器/解释器] Instant-Compiler

即时(简单表达式和赋值语言)到jvm llvm编译器。
Instant (simple expressions and assignments language) to jvm llvm compiler. (2022-10-31, Haskell, 564KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138337965255.html

[编译器/解释器] piet-llvm-frontend

一个基于LLVM的编译器,用于深奥的编程语言Piet。
An LLVM-based compiler for Piet, the esoteric programming language. (2017-12-17, Haskell, 22KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138323121530.html

[编译器/解释器] Hipster

允许汇编代码的可组合抽象,以及自动寄存器分配溢出。从理论上讲,这个国家...
A Haskell MIPS EDSL. Mostly for "educational purposes" (TM). More seriously the goal of this is to explore assembly DSLs in Haskell, and see how they re put together and what makes them tick. Can these be useful? Probably! One of the main goals is to allow for composable abstractions of assembly code, and automatic register allocation / (2015-10-23, Haskell, 17KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138323768781.html

[编译器/解释器] microscheme

用Haskell编写的LLVM平台的MicroScheme语言和编译器。
Micro Scheme language and compiler for the LLVM platform written in Haskell. (2021-01-02, Haskell, 18KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138317101928.html

[编译器/解释器] mcc

mcc是一个玩具编译器,它将C语言的一个(相对)较大的子集编译为LLVM-IR。
mcc is a toy compiler compiling a (relatively) large subset of C language to LLVM IR. (2021-08-15, Haskell, 481KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138298515538.html

[编译器/解释器] productive-compiler

一种编译器,它所编译的术语并不严格。通过LLVM使用JIT编译
A compiler that is not strict in the term it is compiling. Uses JIT compilation via LLVM (2011-06-16, Haskell, 9KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138292276572.html

[编译器/解释器] dragon-llvm-compiler

类项目:从教科书语言到llvm代码的编译器
Class project: compiler from a textbook language to llvm code (2018-11-20, Haskell, 17KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138285620912.html

[编译器/解释器] platy-lang-haskell

Haskell&LLVM的Platy语言编译器:声明性、静态类型和易于实现的语言
Platy Language Compiler by Haskell & LLVM: Declarative, Statically typed and Simple to implement language (2018-05-25, Haskell, 631KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138264344924.html

[编译器/解释器] miniCUTE

CUTE Lang更简单版本的基本编译器
Basic compiler for a simpler version of CUTE Lang (2021-05-21, Haskell, 208KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138264214103.html

[编译器/解释器] koak

在Haskell中实现的一种小型静态类型语言的编译器。
A compiler for a little statically-typed language implemented in Haskell. (2019-04-12, Haskell, 38KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138250189598.html

[编译器/解释器] llvm-regexp

演示:使用haskell绑定到LLVM来创建正则表达式匹配器
Demo: Creating Regular Expression Matcher s using the haskell bindings to LLVM (2010-07-30, Haskell, 10KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138250785476.html

[编译器/解释器] surveyor

用于C C++(通过LLVM)、机器代码和JVM程序的符号调试器
A symbolic debugger for C C++ (via LLVM), machine code, and JVM programs (2021-01-14, Haskell, 253KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138250408384.html

[编译器/解释器] type-theory-compiler

类型理论lambda计算的编译器,配备编译副作用的系统原语、严格的表达式...
Compiler for type theoretic lambda calculi equipped with system primtives which compiles side-effecting, strict expressions into efficient LLVM IR. (2019-07-27, Haskell, 126KB, 下载0次)

http://www.pudn.com/Download/item/id/1687136285124178.html

[编译器/解释器] crisp-compiler

Haskell中Crisp(Lisp Scheme启发语言)的编译器,具有LLVM后端
A compiler for Crisp (Lisp Scheme-inspired language) in Haskell, with an LLVM backend (2016-05-10, Haskell, 38KB, 下载0次)

http://www.pudn.com/Download/item/id/1687136100597903.html
123
总计:59