Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 20, 2020 04:58
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 r-ryantm/76c39e35cd4e618006ecb1cd05f3cd74 to your computer and use it in GitHub Desktop.
Save r-ryantm/76c39e35cd4e618006ecb1cd05f3cd74 to your computer and use it in GitHub Desktop.
/nix/store/81y9shj2nx771pbyz1ag6w16pawlq9wx-bison-3.6.2
├── bin
│   ├── bison
│   └── yacc
├── lib
│   └── liby.a
├── nix-support
│   └── propagated-build-inputs
└── share
├── aclocal
│   └── bison-i18n.m4
├── bison
│   ├── bison-default.css
│   ├── m4sugar
│   │   ├── foreach.m4
│   │   └── m4sugar.m4
│   ├── README.md
│   ├── skeletons
│   │   ├── bison.m4
│   │   ├── c-like.m4
│   │   ├── c++.m4
│   │   ├── c.m4
│   │   ├── c++-skel.m4
│   │   ├── c-skel.m4
│   │   ├── d.m4
│   │   ├── d-skel.m4
│   │   ├── glr.c
│   │   ├── glr.cc
│   │   ├── java.m4
│   │   ├── java-skel.m4
│   │   ├── lalr1.cc
│   │   ├── lalr1.d
│   │   ├── lalr1.java
│   │   ├── location.cc
│   │   ├── README-D.txt
│   │   ├── stack.hh
│   │   ├── variant.hh
│   │   └── yacc.c
│   └── xslt
│   ├── bison.xsl
│   ├── xml2dot.xsl
│   ├── xml2text.xsl
│   └── xml2xhtml.xsl
├── doc
│   └── bison
│   ├── AUTHORS
│   ├── COPYING
│   ├── examples
│   │   ├── c
│   │   │   ├── bistromathic
│   │   │   │   ├── Makefile
│   │   │   │   ├── parse.y
│   │   │   │   └── README.md
│   │   │   ├── calc
│   │   │   │   ├── calc.y
│   │   │   │   ├── Makefile
│   │   │   │   └── README.md
│   │   │   ├── lexcalc
│   │   │   │   ├── Makefile
│   │   │   │   ├── parse.y
│   │   │   │   ├── README.md
│   │   │   │   └── scan.l
│   │   │   ├── mfcalc
│   │   │   │   ├── calc.h
│   │   │   │   ├── Makefile
│   │   │   │   └── mfcalc.y
│   │   │   ├── pushcalc
│   │   │   │   ├── calc.y
│   │   │   │   ├── Makefile
│   │   │   │   └── README.md
│   │   │   ├── README.md
│   │   │   ├── reccalc
│   │   │   │   ├── Makefile
│   │   │   │   ├── parse.y
│   │   │   │   ├── README.md
│   │   │   │   └── scan.l
│   │   │   └── rpcalc
│   │   │   ├── Makefile
│   │   │   └── rpcalc.y
│   │   ├── c++
│   │   │   ├── calc++
│   │   │   │   ├── calc++.cc
│   │   │   │   ├── driver.cc
│   │   │   │   ├── driver.hh
│   │   │   │   ├── Makefile
│   │   │   │   ├── parser.yy
│   │   │   │   ├── README.md
│   │   │   │   └── scanner.ll
│   │   │   ├── Makefile
│   │   │   ├── README.md
│   │   │   ├── simple.yy
│   │   │   ├── variant-11.yy
│   │   │   └── variant.yy
│   │   ├── d
│   │   │   ├── calc.y
│   │   │   ├── Makefile
│   │   │   └── README.md
│   │   ├── java
│   │   │   ├── calc
│   │   │   │   ├── Calc.y
│   │   │   │   └── Makefile
│   │   │   ├── README.md
│   │   │   └── simple
│   │   │   ├── Calc.y
│   │   │   └── Makefile
│   │   └── README.md
│   ├── NEWS
│   ├── README
│   ├── THANKS
│   └── TODO
├── info
│   └── bison.info
├── locale
│   ├── af
│   │   └── LC_MESSAGES
│   │   └── bison-gnulib.mo
│   ├── ast
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── be
│   │   └── LC_MESSAGES
│   │   └── bison-gnulib.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── bison-gnulib.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── eo
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── bison-gnulib.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ga
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   └── bison-runtime.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   └── bison-runtime.mo
│   ├── ia
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── bison-gnulib.mo
│   ├── ky
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── lv
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── ms
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── rw
│   │   └── LC_MESSAGES
│   │   └── bison-gnulib.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   └── bison-gnulib.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   └── bison-runtime.mo
│   ├── sq
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── ta
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── th
│   │   └── LC_MESSAGES
│   │   └── bison-runtime.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── vi
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   ├── bison-gnulib.mo
│   │   ├── bison.mo
│   │   └── bison-runtime.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   ├── bison-gnulib.mo
│   ├── bison.mo
│   └── bison-runtime.mo
└── man
└── man1
├── bison.1.gz
└── yacc.1.gz
126 directories, 195 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment