hare

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

README (203B)


      1 hare::lex provides a lexer for Hare source code. A lexer takes an [[io::handle]]
      2 and returns a series of Hare [[token]]s. See the Hare specification for more
      3 details:
      4 
      5 https://harelang.org/specification