enhanced rune.hawk with the string conversion feature

This commit is contained in:
2021-10-31 16:03:11 +00:00
parent c5b36d0678
commit 714309e044
6 changed files with 175 additions and 135 deletions

View File

@ -169,7 +169,7 @@ package body H3.Runes is
function Is_Eof (C: in Code) return Boolean is
begin
return C = EOF;
return C = P.EOF;
end Is_Eof;
function Is_Code (V: in Rune; C: in Code) return Boolean is