Added rational numbers #711

Closed
zxq9 wants to merge 28 commits from github/fork/radrow/frac into lima
Showing only changes of commit 04445e4dee - Show all commits

View File

@ -8,6 +8,15 @@ executors:
working_directory: ~/aesophia working_directory: ~/aesophia
jobs: jobs:
verify_rebar_lock:
executor: aebuilder
steps:
- checkout
- run:
name: Ensure lock file is up-to-date
command: |
./rebar3 upgrade
git diff --quiet -- rebar.lock || (echo "rebar.lock is not up-to-date" && exit 1)
build: build:
executor: aebuilder executor: aebuilder
steps: steps: