jsigbiz / spec

JavaScript signature notation
131 stars 6 forks source link

Implement type checking #56

Open Raynos opened 8 years ago

Raynos commented 8 years ago

there are three ways we can implement type checking:

Ive tried to use flow. I've experimented with it for a few days but soon learned the type system was too optional for my liking. I believe having an "any" type is bad and want to correct it with my own type checker

If my type checker ever hits v0.1 I'll merge it into this org. Right now I'm just hacking on master

Raynos commented 8 years ago

After a few weeks of work I've gotten the type checker into a 0.1.x state. ( https://github.com/Raynos/jsig2 ).

If there is any interest in having a type checker build for jsig I can merge it into this org.

cc @jden

junosuarez commented 8 years ago

@Raynos awesome work, very cool stuff. Feel free to make executive decisions re merging to this org or using the work in conjunction with other projects. :+1: