[F-Script-talk] Updated F-Script tools
Brought to you by:
pmougin
From: Andrew W. <wei...@wi...> - 2008-01-14 00:02:32
|
Hello all, I've finished updating my F-Script tools for Leopard and F-Script 2.0: - FSClass 3.0 allows you to create new classes in F-Script, without writing them in Objective-C. Version 3.0 has a rewritten internal structure, better support for adding methods to compiled classes, and a more transparent class creation system. (Download at htttp:// pages.cs.wisc.edu/~weinrich/projects/FSClass/index.html) - fscript Command-Line Tool 2.0 lets you run F-Script programs from a terminal prompt, and includes many additional classes and features that are useful for general-purpose system scripting. Version 2.0 has bug fixes, improved compatibility and help system, and an updated, integrated regular expression engine. (Download at htttp:// pages.cs.wisc.edu/~weinrich/projects/fscript/index.html) - Flint 0.1 is an experimental program analysis tool that finds common errors in F-Script programs, such as type mismatches, mispelled method names, and use of uninitialized variables. (Download at htttp:// pages.cs.wisc.edu/~weinrich/projects/Flint/index.html) All three tools require Mac OS X 10.5 and F-Script 2.0a or later. Andrew Weinrich wei...@wi... http://pages.cs.wisc.edu/~weinrich |