zpy

A lisp like language written in hare
Log | Files | Refs

ModeNameSize
-rw-r--r--.gitignore2L
-rw-r--r--Makefile32L
-rw-r--r--allocate/alloc.ha22L
-rw-r--r--allocate/arena/+test.ha67L
-rw-r--r--allocate/arena/arena.ha37L
-rw-r--r--cmd/zpyi/main.ha17L
-rw-r--r--zpy/README1L
-rw-r--r--zpy/lex/+test.ha81L
-rw-r--r--zpy/lex/README3L
-rw-r--r--zpy/lex/error.ha34L
-rw-r--r--zpy/lex/genlex.ha9L
-rw-r--r--zpy/lex/lexer.ha75L
-rw-r--r--zpy/lex/tokens.ha78L
-rw-r--r--zpy/parse/+test.ha136L
-rw-r--r--zpy/parse/ast.ha10L
-rw-r--r--zpy/parse/error.ha3L
-rw-r--r--zpy/parse/help.ha16L
-rw-r--r--zpy/parse/parse.ha62L