harnessflex / types

Static type checking for Imba (wip)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flex Types

Flex Types, provides static type checking in Imba.

Getting Started

First, you need to clone the repo:

git clone https://github.com/harnessflex/types.git

Then you need to install the dependencies:

npm install

Then finally, you can run the application:

npm run start

Types

You can find the list of supported types here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#primitive_values

Note: you can also create custom types by defining a new class.

Security

If you discover any security related issues, please email donaldpakkies@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

About

Static type checking for Imba (wip)

License:MIT License


Languages

Language:JavaScript 100.0%