GithubHelp home page GithubHelp logo

crepl's Introduction

crepl

Compile and execute C code on the fly as you type it.

Created as a lightweight and incredibly fast alternative to igcc. crepl prefers TCC as it's primary compiler, anything else is quite slow.

Avaliable as an AUR package crepl-git

Blog post!

crepl-latest.mp4

Want to build crepl?

First, install V (vlang/v)

Clone the repo and run:

v . -prod -o crepl

crepl's People

Contributors

l1mey112 avatar uwla avatar

Stargazers

Rafael Baboni Dominiquini avatar BufferOverflow avatar  avatar  avatar Terrasse avatar João A. Quinaglia avatar Ilya Borowski avatar Chris Paige avatar Mfanakagama avatar Ahmad avatar Tarcisio Gruppi avatar Christopher Ribeiro avatar  avatar Felipe Pena avatar Thomas Teixeira avatar Gabriel Gutierrez avatar Oleg Pykhalov avatar Richard Gill avatar Dante Mendoza avatar George Plymale II avatar ylluminate avatar André Luiz avatar Ewan Green avatar PRAVEEN avatar Nob avatar Wertzui123 avatar Saptak Bhoumik avatar  avatar

Watchers

Nob avatar  avatar  avatar

Forkers

v0idmatr1x uwla

crepl's Issues

bug: error during manual installation

Trying to install this package from AUR, I get the following error during the build:

crepl.v:198:3: error: Option and Result types have been split, use `!Foo` to return errors
  196 | fn (mut r CREPL) undo()? {
  197 |     if r.current_idx <= 0 {
  198 |         return error('')
      |         ~~~~~~~~~~~~~~~~
  199 |     } else {
  200 |         r.current_idx--
==> ERROR: A failure occurred in build().

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.