GithubHelp home page GithubHelp logo

rebuild-lang / rec Goto Github PK

View Code? Open in Web Editor NEW
23.0 3.0 4.0 1.28 MB

Rebuild experimental compiler

Makefile 0.03% C++ 96.71% QML 3.13% Shell 0.12%
compiler experimental compiler-design system-programming

rec's Introduction

Rebuild Experimental Compiler (C++)

Test Runner

A compiler written in modern C++, that explores the Rebuild Language concepts.

Traits

All is experimental. The current experiments explore the following traits.

Fully embrace compile time code execution to simplify the language, enable high level abstractions and low level optimizations.

Consequences:

  • No keywords in the language
    • Compiler provides a compile time API
  • Allow Tokens and Expressions as function arguments at compile time
    • Complex overload resolution

โ€ฆ many mored details

Requirements

This is a spare time project, we use what makes the job easier and more enjoyable:

  • C++20 (mainly for concepts and coroutines)

Windows:

  • Visual Studio 2022
  • Qbs 1.20+

Linux:

  • GCC 11 with libstdc++
  • or Clang 13 with libc++
  • Qbs 1.20+

Status

As the name of the project implies all of this is experimental and work in progress. If you like the concepts feel free to participate.

Contributions

Feel free to create an issue to ask questions or if you want to contribute. There are a lot of easy tasks left.

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.