codemix / ts-sql

A SQL database implemented purely in TypeScript type annotations.
3.19k stars 53 forks source link

I write a GLSL Parser implemented purely in TypeScript type annotations! #7

Open SyMind opened 1 year ago

SyMind commented 1 year ago

Inspired by this project, i write a GLSL Parser implemented purely in TypeScript type annotations, just to ast.

https://github.com/SyMind/ts-glsl

phpnode commented 1 year ago

very cool!