Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 952 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 952 Bytes

Build Status

GlueLang: Good enough Language for Unix Environment

A programming language that has a strong nature to be a glue of commands.

Install

Run make install then add ~/.glue/bin to PATH.

Quick trial

~/GIT/GlueLang$ make
~/GIT/GlueLang$ ./glue examples/pipeline.glue
5
4
3
2
1
~/GIT/GlueLang$ cat examples/pipeline.glue 
/usr/bin/seq '1' '5' >>= /usr/bin/tac

Language Specification

The examples are located in the ./examples/ dir.

License

MIT License is applied to. See LICENSE.md.

Document

Contributors

See CONTRIBUTORS.

© 2014-2022 Ryuichi Ueda