stephen_leake pushed a change to branch externals/wisi. from e7d848deff ; Prefer HTTPS to HTTP in most URLs new 511d382b2b Release version 4.2.0 new 4fee1845ac * prj-alire.el: Add copyright notice
Summary of changes: Alire.make | 10 + ELPA.make | 34 +- NEWS | 31 +- README | 2 +- alire_rules.make | 16 + emacs_wisi_common_parse.adb | 3 +- emacs_wisi_common_parse.ads | 3 +- gen_emacs_wisi_lr_parse.adb | 12 +- gen_emacs_wisi_lr_text_rep_parse.adb | 12 +- gen_run_wisi_lr_parse.adb | 12 +- gen_run_wisi_lr_text_rep_parse.adb | 12 +- install.sh | 2 +- prj-alire.el | 29 ++ prj-wisi.el | 30 ++ run_wisi_common_parse.adb | 10 +- run_wisi_common_parse.ads | 5 +- standard_common.gpr | 7 + wisi-fringe.el | 107 +----- wisi-parse_context.adb | 3 +- wisi-parse_context.ads | 2 +- wisi-prj.el | 24 +- wisi-process-parse.el | 40 ++- wisi-run-indent-test.el | 57 ++- wisi-skel.el | 8 +- wisi.el | 101 ++++-- wisi.texi | 12 +- wisitoken-bnf-generate.adb | 36 +- wisitoken-bnf-output_ada.adb | 12 +- wisitoken-bnf.adb | 1 + wisitoken-bnf.ads | 13 +- wisitoken-generate-lr-lr1_generate.adb | 629 +-------------------------------- wisitoken-generate-lr-lr1_generate.ads | 18 +- wisitoken-lexer-re2c.ads | 2 +- wisitoken-parse-lr-parser-parse.adb | 3 +- wisitoken-parse-lr-parser.adb | 6 + wisitoken-parse-lr-parser.ads | 12 +- wisitoken-parse.ads | 1 + wisitoken-parse_table-mode.el | 10 +- wisitoken-user_guide.texinfo | 6 +- wisitoken_grammar_actions.adb | 2 +- wisitoken_grammar_actions.ads | 2 +- wisitoken_grammar_main.adb | 2 +- wisitoken_grammar_main.ads | 2 +- wisitoken_grammar_re2c.c | 2 +- wisitoken_grammar_re2c_c.ads | 2 +- 45 files changed, 429 insertions(+), 916 deletions(-) create mode 100644 Alire.make create mode 100644 alire_rules.make mode change 100644 => 100755 install.sh create mode 100644 prj-alire.el create mode 100644 prj-wisi.el