crepl

An intuitive calculator REPL.
git clone git://git.knutsen.co/crepl
Log | Files | Refs | README | LICENSE

commit 6af646cb251254490579dfc91c1d17c6a1176114
parent ce7e9e93fb9d69451e2613e5009db5a7b3858ae3
Author: Demonstrandum <moi@knutsen.co>
Date:   Mon, 29 Jun 2020 17:22:12 +0100

Try using dev again...

Diffstat:
M.github/workflows/c.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: install-readline - run: sudo apt-get install lib32readline7 + run: sudo apt-get install lib32readline7 libreadline-dev - name: make run: make