Skip to content

ekiuled/bash2tcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash2tcl

A Bash to Tcl compiler.

Installation

Run make in the bash2tcl directory. This will create an executable called bash2tcl.

Dependencies

  • g++
  • Flex
  • Bison

Usage

Input is read from stdin, output is written to stdout. For example, to compile the while.sh test file and write the generated Tcl code to while.tcl execute the following in the bash2tcl directory:

./bash2tcl <test/while.sh >while.tcl

Run make test to run all tests.

About

Bash to TCL compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published