Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 31, 2018 04:55
Show Gist options
  • Save ryantm/dd520bfa45f300165a0e03ecf6f0b3f5 to your computer and use it in GitHub Desktop.
Save ryantm/dd520bfa45f300165a0e03ecf6f0b3f5 to your computer and use it in GitHub Desktop.
/nix/store/i4iaap4vyxrymacvwy1fpy9xf52qgc9r-bison-3.1
├── bin
│   ├── bison
│   └── yacc
├── lib
│   └── liby.a
├── nix-support
│   └── propagated-build-inputs
└── share
├── aclocal
│   └── bison-i18n.m4
├── bison
│   ├── bison.m4
│   ├── c-like.m4
│   ├── c.m4
│   ├── c++.m4
│   ├── c-skel.m4
│   ├── c++-skel.m4
│   ├── glr.c
│   ├── glr.cc
│   ├── java.m4
│   ├── java-skel.m4
│   ├── lalr1.cc
│   ├── lalr1.java
│   ├── location.cc
│   ├── m4sugar
│   │   ├── foreach.m4
│   │   └── m4sugar.m4
│   ├── README
│   ├── stack.hh
│   ├── variant.hh
│   ├── xslt
│   │   ├── bison.xsl
│   │   ├── xml2dot.xsl
│   │   ├── xml2text.xsl
│   │   └── xml2xhtml.xsl
│   └── yacc.c
├── doc
│   └── bison
│   ├── AUTHORS
│   ├── COPYING
│   ├── examples
│   │   ├── calc++
│   │   │   ├── calc++.cc
│   │   │   ├── driver.cc
│   │   │   ├── driver.hh
│   │   │   ├── Makefile
│   │   │   ├── parser.yy
│   │   │   ├── README
│   │   │   └── scanner.ll
│   │   ├── mfcalc
│   │   │   ├── calc.h
│   │   │   └── mfcalc.y
│   │   ├── README
│   │   ├── rpcalc
│   │   │   └── rpcalc.y
│   │   └── variant.yy
│   ├── NEWS
│   ├── README
│   ├── THANKS
│   └── TODO
├── info
│   └── bison.info
├── locale
│   ├── ast
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── eo
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ga
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── ia
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ky
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── lv
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── ms
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── sq
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── th
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── vi
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   ├── bison.mo
│   └── bison-runtime.mo
└── man
└── man1
├── bison.1.gz
└── yacc.1.gz
96 directories, 117 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment