Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

(T)ypeScript (I)nterpreter (Syn)tax

Tisyn (pronounced like the Chicken) is a minimal set of interfaces and constructors to represent an abstract syntax tree that can be interpreted.

Tisyn expressions do not come with any semantics whatsoever, they purely express how to compose values by ensuring that the types line up. This allows language designers to skip the development of their own syntax while they are figuring out how execution should work.

About

Prototype of a general syntax hosted within TypeScript that can be used for writing interpreters

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages