StaticScript icon indicating copy to clipboard operation
StaticScript copied to clipboard

:rocket: TypeScript compiler on top of TypeScript as frontend and LLVM as backend

Results 7 StaticScript issues
Sort by recently updated
recently updated
newest added

I have to say StaticScript is an amazing project. Great job! 👍 Is there any plan to support wasm in the feature?

# General StaticScript language should be compatibility with TypeScript as it possible but with additional features - 90%+ of TS programs must be able to be compiled by `ssc` (to...

Hi can I check if this is intended? Lexical scoping is a big part of Ecmascript / JS / TS For example, ```typescript { const x = 1; function a()...

is Garbage Collection or Automatic Reference Counting Implemented ?

`console_log` should be shorten to `log` since it is generally widely used, it gets tiring having to write it since it is somewhat a long name. I understand *why* it...

Or any idea? I have some attempts in this, but I have some problems. (about type guard)