Skip to content

ryuichiueda/GlueLang

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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