Builtins rewrite with type parameter inference; Small integer math optimizations; Switchify

This commit is contained in:
dcodeIO
2018-01-10 13:09:05 +01:00
parent 0de05b543b
commit fc777b3a89
64 changed files with 4894 additions and 1620 deletions

View File

@ -351,6 +351,8 @@ export class Range {
}
}
declare function parseFloat(str: string): f64;
export class Tokenizer extends DiagnosticEmitter {
source: Source;