Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of sno2

sno2

sno2 has asked 0 questions and find answers to 1 problems.

Stats

11
EtPoint
1
Vote count
0
questions
1
answers

About

I like playing with the TypeScript type system. Here are some of my fun projects:

  • bf - A Brainf*ck interpreter built in the TypeScript type system.
  • tsmath - Arbitrarily sized math using string types in the TypeScript type system.
  • feign - Parsing combinator library with compile-time parsing support using advanced TypeScript types and string intrinsics.