Skip to content

ryuichiueda/GlueLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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