mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 08:51:34 +00:00
Builtins rewrite with type parameter inference; Small integer math optimizations; Switchify
This commit is contained in:
@ -351,6 +351,8 @@ export class Range {
|
||||
}
|
||||
}
|
||||
|
||||
declare function parseFloat(str: string): f64;
|
||||
|
||||
export class Tokenizer extends DiagnosticEmitter {
|
||||
|
||||
source: Source;
|
||||
|
Reference in New Issue
Block a user