Giter Site home page Giter Site logo

maximumoverflow / leaf-legacy Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 205 KB

A repository containing Leaf lang's compiler and formal specification.

C# 98.08% ANTLR 1.44% LLVM 0.48%
programming-language language compilers compiler csharp llvm clr

leaf-legacy's Introduction

Leaf

This repository contains an incomplete, legacy version of Leaf's compiler, which is currently being re-written. This is just a messy proof of concept and should be treated as such. This repo will soon be archived and replaced by a new, proper version of the compiler.

Overview

Leaf is a performance-oriented compiled programming language. The intended audience is the performance-minded developer who values readability, simplicity and fast development iteration.

Design goals

  • Leveraging the LLVM and CLR infrastructures

  • High performance execution

    • No GC or ref counting overhead
    • Only pay for what you use
    • Minimal runtime
  • Control over memory

    • Support for custom allocators
    • Enhanced control over stack memory
  • Low-friction interop with C and C++

    • Statically or dynamically link to ordinary C/C++ libraries
    • Support for C/C++ structure layouts and calling conventions
  • Low-friction interop with C# and the .Net platform.

    • Support for CLR assebly generation.

If you'd like to know more about Leaf, please refer to the Wiki.

leaf-legacy's People

Contributors

maximumoverflow avatar

Stargazers

Aurora Dawn avatar Andrew Johnson avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.