Files
mercury/extras/old_term_parser
Julien Fischer bf4f40c332 Add a copy of the current term parser modules to the extras.
Upcoming changes to the standard library required to support additional
builtin integer types will not be backwards compatible; the copy of
these modules in extras can be used by existing code code until it is
ready to be updated.

extras/old_term_parser/old_lexer.m:
extras/old_term_parser/old_parser.m:
extras/old_term_parser/old_term.m:
extras/old_term_parser/old_term_io.m:
extras/old_term_parser/old_varset.m:
     Renamed versions of the corresponding standard library modules.

extras/old_term_parser/old_term_parser.m:
     Add a top-level package for the above modules.

extras/old_term_parser/Makefile:
extras/old_term_parser/Mercury.options:
     Add the necessary build rules.

extras/README:
     Document the addition.
2017-03-16 09:56:22 +11:00
..