🍺 BREW Explorer

← all formulae

bic

brew install bic v1.0.0 GPL-2.0-only

C interpreter and API explorer

8
30-day installs · #9409
17
90-day · #10269
65
365-day · #10327
844
★ GitHub stars · updated 4y ago

Runtime dependencies

gmp

Build dependencies

GitHub topics

c compiler evaluator interpreter repl

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "autoconf",
    "autoconf-archive",
    "automake",
    "bison",
    "libtool",
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "gmp"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "C interpreter and API explorer",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:51+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "bic",
  "github_default_branch": "master",
  "github_last_commit_at": "2022-02-16T07:50:04Z",
  "github_readme_excerpt": "* ~bic~: A C interpreter and API explorer\n\n  [[https://travis-ci.org/hexagonal-sun/bic][https://travis-ci.org/hexagonal-sun/bic.svg?branch=master]]\n\n  This a project that allows developers to explore and test C-APIs using a read\n  eval print loop, also known as a REPL.\n\n  [[file:doc/img/hello-world.gif]]\n\n** Dependencies\n   BIC\u0027s run-time dependencies are as follows:\n   - [[https://tiswww.case.edu/php/chet/readline/rltop.html][GNU Readline]]\n   - [[https://gmplib.org/][GNU MP]]\n\n   To build BIC, you\u0027ll need:\n   - [[https://github.com/westes/flex][Flex]]\n   - [[https://www.gnu.org/software/bison/][GNU Bison]]\n   - [[https://www.gnu.org/software/automake/][GNU Automake]]\n   - [[https://www.gnu.org/software/m4/][GNU M4]]\n   - [[https://www.gnu.org/software/autoconf-archive/][GNU Autoconf Archive]]\n\n   Please ensure you have these installed before building bic. The following\n   command should install these on a Debian/Ubuntu system:\n\n   #+begin_example\napt-get install build-essential libreadline-dev autoconf-archive libgmp-dev expect flex bison automake m4 libtool pkg-config\n   #+end_example\n\n   You can also use the following command to install the required dependencies\n   via [[https://brew.sh/][Homebrew]] on a MacOS system.\n   #+begin_example\nbrew install bison flex gmp readline autoconf-archive\n   #+end_example\n\n** Installation\n   You can compile and install bic with the following commands:\n\n#+begin_example\nautoreconf -i\n./configure --enable-debug\nmake\nmake install\n#+end_example\n\n    For building on a MacOS system, you need to change the configure line to:\n#+begin_example\nYACC=\"$(brew --prefix bison)/bin/bison -y\" ./configure --enable-debug\n#+end_example\n\n*** Docker\n    You can use docker to build and run bic with the following command:\n\n#+begin_example\ndocker build -t bic https://github.com/hexagonal-sun/bic.git#master\n#+end_example\n\n    Once the image is build you can then run bic with:\n#+begin_example\ndocker run -i bic\n#+end_example\n\n*** Arch Linux\n    If you are ",
  "github_repo": "hexagonal-sun/bic",
  "github_stars": 844,
  "github_topics": [
    "c",
    "compiler",
    "evaluator",
    "interpreter",
    "repl"
  ],
  "homepage": "https://github.com/hexagonal-sun/bic",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 8,
  "installs_365d": 65,
  "installs_90d": 17,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-2.0-only",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "bic",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 9409,
  "rank_365d": 10327,
  "rank_90d": 10269,
  "raw_hash": "98b745ae7cc27eea",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/b/bic.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    "libedit"
  ],
  "version_head": "HEAD",
  "version_stable": "1.0.0",
  "versioned_formulae": [],
  "why_use_this": null
}