Basic functionality

This commit is contained in:
E Dunbar 2025-04-18 15:35:24 -05:00
parent a0e03ddd73
commit 8cd6c4e65d
14 changed files with 9100 additions and 3 deletions

21
test/corpus/basic.txt Normal file
View file

@ -0,0 +1,21 @@
=======
shebang
=======
#!/usr/bin/env hy
---
(source_file
(shebang))
=======
comment
=======
; this is a comment
---
(source_file
(comment))