home *** CD-ROM | disk | FTP | other *** search
- The Ada STYLE CHECKER
- AAREADME file
-
- This is a brief introduction to the STYLE CHECKER tool. The tool is
- contained here in three subdirectories whose structures are described
- below.
-
- INSTALLATION
- The installation instructions are imbedded in the HELP file. Unfortunately
- the HELP system runs under the STYLE-CHECKER so you cannot 'browse' help
- until the system is in operation. Print the STYLE_HELP.INI file and
- read the installation instructions. Basically this involves changing
- two file names, rewriting the invoking command procedure for your host
- command language, and recompiling.
-
- INVOKING
- To invoke the tool, type
- STYLE filename[, filename]
- or
- STYLE ? to invoke style help.
-
- MAINTENANCE
- Maintenance is described in the maintenance manual contained in the DOC
- subdirectory
-
-
- Directories
-
- _____________________________WITHIN THE [.DOC] SUBDIRECTORY_________
-
- MAINTMAN.MEM
-
- _____________________________WITHIN THE [.SRC] SUBDIRECTORY_________
-
- The sources - listed in compilation order
-
- --
- -- Compilation order for STYLE_CHECKER
- --
- --
- -- DYN (dynamic string) package (specification and body)
- dyn.ada
- -- FILE_HANDLING package specification
- file_spec.ada
- -- TOKENIZER package specification
- tokenizer_spec.ada
- -- STYLE_PARAMETERS package specification
- style_param_spec.ada
- -- REPORT_GENERATOR package specification
- report_gen_spec.ada
- -- STACK_PACKAGE package (specification and body)
- stack_package.ada
- -- two packages from spelling checker
- -- TOKEN_DEFINITION package (specification and body)
- token_definition.ada
- -- MANAGER package (specification and body)
- manager.ada
- -- HELP package specification
- help_file_spec.ada
- -- COMMAND_LINE_HANDLER package (specification and body)
- command_line.ada
- -- HELP_UTILITY packages
- HELP_SPEC.ADA
- HELP_BODY.ADA
- HELP_DIS_ALL.ADA
- HELP_EXIT.ADA
- HELP_FIND.ADA
- HELP_GET.ADA
- HELP_INIT.ADA
- HELP_ME.ADA
- HELP_MENU.ADA
- HELP_PROMPT.ADA
- HELP_RESET.ADA
- HELP_TEXT.ADA
- --
- --
- -- And now the bodies...
- --
- -- HELP package body
- help_file_body.ada
- -- FILE_HANDLING package body
- file_body.ada
- -- TOKENIZER package body and all its seperate files
- tokenizer_body.ada
- insert.ada
- is_a_reserved_word.ada
- reserved_word.ada
- next_character.ada
- next_identifier.ada
- build_tokens.ada
- line_containing.ada
- tree_root.ada
- -- STYLE_PARAMETERS package body
- style_param_body.ada
- -- REPORT_GENERATOR package body
- report_gen_body.ada
- -- Main procedure (STYLE_CHECKER) and all its seperate files
- style_checker.ada
- begin_of_line_indent.ada
- check_statements.ada
- check_end_of_blocks.ada
- check_the_style.ada
- check_for_attribute.ada
- check_object_names.ada
- check_universal.ada
- comment_token.ada
- current_token.ada
- entering_block.ada
- entering_sub_block.ada
- exiting_block.ada
- get_next_token.ada
- is_statement.ada
- literal.ada
- new_line_token.ada
- non_trivial_token.ada
- object_name.ada
- reserve_word.ada
- search_backward.ada
- search_back_one_of.ada
- search_forward.ada
- search_fore_one_of.ada
- type_declaration.ada
-
- _____________________________________________________
-
- The support files:
- STYLE_HELP.INI The Style checker help file
- STYLE_CHECKER_CMP.cli The 'compile' file. A list of
- the style-checker files, in
- compile order.
- STYLE.CLI This is the command file which
- invokes the style checker
-
-
-
- _____________________________WITHIN THE [.TEST] SUBDIRECTORY_________
-
- These are the sources for the acceptance tests, and the last run of
- the acceptance tests.
-
- test1.ada
- test1.flw
- test1.sty
- test1a.ada
- test1a.flw
- test1a.sty
- test1b.ada
- test1b.flw
- test1b.sty
- test2.ada
- test2.flw
- test2.sty
- test3a.ada
- test3a.flw
- test3a.sty
- test4.ada
- test4.flw
- test4.sty
- test5.ada
- test5.flw
- test5.sty
- test6.ada
- test6.flw
- test6.sty
- test7.ada
- test7.flw
- test7.sty
-
- The acceptance test procedures documentation.
-
- PROCEDURES.MEM
-