hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit d4b7e8361a7bdbcf3d82b31b8a3ad656ba4b3dc4
parent 86d5d5c432fd86fa4ccebdfecdbebcf27820f4a5
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 13 Feb 2021 11:37:51 -0500

hare::lex: drop fmt dependency

This was for debugging

Diffstat:
Mhare/lex/lex.ha | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/hare/lex/lex.ha b/hare/lex/lex.ha @@ -3,7 +3,6 @@ use bufio; use io; use strings; use types; -use fmt; // State associated with a lexer. export type lexer = struct {