This program allows you to run F-Script programs from the command line. It also includes useful classes and methods that make the F-Script language more suited to general-purpose scripting tasks:
- Line-oriented file handles, including standard input/output/error
- Regular expression methods for strings (using the Perl-Compatible Regular Expressions engine)
- printf/sprintf
- Methods for importing library scripts
- Support for shebang notation (#!/usr/bin/fscript) in script files
- Additional methods for NSArray and NSDictionary
- File test operators
- exec- and backtick-like methods for executing programs
The fscript tool also includes an interactive interpreter prompt that can run in a terminal window, without opening the F-Script application. The fscript interpreter is intended to work with the FSClass library. Follow the link and
free download fscript Command-line Tool now.
DETAILS