• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D26-Dec-202115.1 KiB514426

Makefile.amH A D26-Dec-2021756 337

Makefile.inH A D26-Dec-202115.1 KiB514428

READMEH A D26-Dec-2021770 2315

example.cH A D26-Dec-20212.1 KiB10461

nana-sfdirH A D26-Dec-20212.3 KiB7818

nana-sfdir.inH A D26-Dec-20212.3 KiB7818

nana-sfgH A D26-Dec-20215.2 KiB202123

nana-sfg.inH A D26-Dec-20215.2 KiB202123

smallex.cH A D26-Dec-20211.7 KiB4813

README

1Nana Shortform Generator.
2
3* What is a short form.
4"Eiffel speak" for the code minus the implementation, i.e we list
5function types, arguments and the preconditions, postconditions.
6
7* What does it do.
8Produce a listing of your functions with pre/post conditions in HTML
9(a summary of the code).
10
11* What do you need to get this to work.
12A separate source code to HTML generator is required. Currently we use
13the GLOBAL package which is available from Shigio Yamaguchi at
14http://wafu.netgate.net/tama/unix/global.html or at a FreeBSD archive
15(www.<country>.freebsd.org). A huge variety of other translators
16exist on the internet, see the documentation for more suggestions.
17
18* How do I test it.
19Just run make example in this directory and then look at HTML/index.html
20
21
22
23