changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/syn/tests.lisp

changeset 140: 9b7ec8636a2d
author: ellis <ellis@rwest.io>
date: Thu, 28 Dec 2023 22:03:26 -0500
permissions: -rw-r--r--
description: syn init and tree sitter doodles
1 (defpackage :syn/tests
2  (:use :cl :rt :syn))
3 
4 (in-package :syn/tests)
5 (defsuite :syn)
6 (in-suite :syn)
7 
8 (deftest ts-sanity ())