renamed H3.CC to H3.Runes

This commit is contained in:
2021-10-30 05:32:16 +00:00
parent 442d45fb9e
commit 3a541d2b3e
8 changed files with 32 additions and 29 deletions

View File

@ -1,10 +1,10 @@
with H3.CC;
with H3.Runes;
with H3.Strings;
generic
type Rune_Type is (<>);
package H3.Compilers is
package R is new H3.CC(Rune_Type);
package R is new H3.Runes(Rune_Type);
package S is new H3.Strings(Rune_Type);
Syntax_Error: exception;
@ -55,4 +55,4 @@ private
Lx: Lexer;
Tk: Token;
end record;
end H3.Compilers;
end H3.Compilers;