Skip to content

Instantly share code, notes, and snippets.

@neeraj9
Created October 24, 2023 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neeraj9/d300f12783ac0cbf1a61ee55b9906e40 to your computer and use it in GitHub Desktop.
Save neeraj9/d300f12783ac0cbf1a61ee55b9906e40 to your computer and use it in GitHub Desktop.
building carbon explorer from source on ubuntu
# see https://github.com/carbon-language/carbon-lang#getting-started
mkdir carbon-language
cd carbon-language
git clone https://github.com/carbon-language/carbon-lang
bazel run //explorer -- ./explorer/testdata/print/format_only.carbon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment