Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 20:51
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 ryantm/9d1d732b61e307dbc792fa819b985765 to your computer and use it in GitHub Desktop.
Save ryantm/9d1d732b61e307dbc792fa819b985765 to your computer and use it in GitHub Desktop.
/nix/store/fsl1ha44ymrj79p8vnd3g8kn4rwc1mgb-txr-227
├── bin
│   └── txr
└── share
├── man
│   └── man1
│   └── txr.1.gz
├── txr
│   ├── LICENSE
│   ├── METALICENSE
│   └── stdlib
│   ├── asm.tl
│   ├── asm.tlo
│   ├── awk.tl
│   ├── awk.tlo
│   ├── build.tl
│   ├── build.tlo
│   ├── cadr.tl
│   ├── cadr.tlo
│   ├── compiler.tl
│   ├── compiler.tlo
│   ├── conv.tl
│   ├── conv.tlo
│   ├── debugger.tl
│   ├── debugger.tlo
│   ├── defset.tl
│   ├── defset.tlo
│   ├── doloop.tl
│   ├── doloop.tlo
│   ├── error.tl
│   ├── error.tlo
│   ├── except.tl
│   ├── except.tlo
│   ├── ffi.tl
│   ├── ffi.tlo
│   ├── getopts.tl
│   ├── getopts.tlo
│   ├── getput.tl
│   ├── getput.tlo
│   ├── hash.tl
│   ├── hash.tlo
│   ├── ifa.tl
│   ├── ifa.tlo
│   ├── keyparams.tl
│   ├── keyparams.tlo
│   ├── op.tl
│   ├── op.tlo
│   ├── package.tl
│   ├── package.tlo
│   ├── param.tl
│   ├── param.tlo
│   ├── path-test.tl
│   ├── path-test.tlo
│   ├── place.tl
│   ├── place.tlo
│   ├── pmac.tl
│   ├── pmac.tlo
│   ├── save-exe.tl
│   ├── save-exe.tlo
│   ├── socket.tl
│   ├── socket.tlo
│   ├── stream-wrap.tl
│   ├── stream-wrap.tlo
│   ├── struct.tl
│   ├── struct.tlo
│   ├── tagbody.tl
│   ├── tagbody.tlo
│   ├── termios.tl
│   ├── termios.tlo
│   ├── trace.tl
│   ├── trace.tlo
│   ├── txr-case.tl
│   ├── txr-case.tlo
│   ├── txr-case.txr
│   ├── type.tl
│   ├── type.tlo
│   ├── ver.tl
│   ├── ver.tlo
│   ├── ver.txr
│   ├── vm-param.tl
│   ├── vm-param.tlo
│   ├── with-resources.tl
│   ├── with-resources.tlo
│   ├── with-stream.tl
│   ├── with-stream.tlo
│   ├── yield.tl
│   └── yield.tlo
└── vim-plugins
└── txr
├── ftdetect
│   └── txr.vim
└── syntax
├── tl.vim
└── txr.vim
10 directories, 83 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment