• Home
Name Date Size #Lines LOC

..--

README.txtD03-May-2024619 1912

compile.shD03-May-2024980 286

dump.shD03-May-2024995 286

test.shD03-May-2024986 286

README.txt

1$Id$
2
3This directory contains some misc tests for you to ponder over.
4
5compile.sh: This script will compile a .vm file into a .class file.
6            Note: at the current time, this code is not working.
7            Usage: ./compile.sh ../templates/test.vm
8
9dump.sh: This script will dump out a text representation of the AST.
10         Usage: ./dump.sh ../templates/test.vm
11
12test.sh: This script is used for command line testing of .vm files.
13         Note: this script is not a replacement for the engine testing
14         suite. It is simply a convinence script/class for the developers.
15
16thanks!
17
18- The Velocity Team
19