begun work on tag engine

This commit is contained in:
Yehowshua Immanuel 2025-03-17 12:04:42 -04:00
parent 550b3731b4
commit a3afd66715
4 changed files with 18 additions and 3 deletions

10
bs/TagEngine.bs Normal file
View file

@ -0,0 +1,10 @@
package TagEngine() where
import Util
interface (TagEngine :: # -> *) numTags =
requestTag :: ActionValue (UInt (TLog numTags))
retireTag :: UInt (TLog numTags) -> Action
a :: Integer
a = 3