[go: up one dir, main page]

Menu

[80c337]: / utils / README.txt  Maximize  Restore  History

Download this file

26 lines (21 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

In this directory we put all applications that are part of the Lurch project, from major
GUI applications to minor command-line tools.

Stuff in the trunk/utils directory:

testlurch
    See explanation in trunk/tests/README.txt.
simple_script
    A command-line JavaScript interpreter that uses the QtScript framework, and has
    in-script support for Lobs built in.
geturn
    A tiny command-line tool that reads a .lurch file and prints out its URN.
librep
    (Although I haven't committed this one to SVN yet, so it's not in your checkout...)
    A tool for those who will be building LIBrary REPositories.
    This is a python script that will prepare the .xml files and bundle them with the .lurch
    files they reference, so that you can upload them to a web server and thus host a Lurch
    document repository.
ToyProofs
    The first application that came out of our project, a simple marriage of Lobs and scripts,
    to play some math games.
Lurch
    The goal of our project, a word processor that can check your mathematical reasoning.