Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 468 Bytes

omo

A spiritual successor to komodo, Omo is a TypeScript type-checker. Omo is far from supporting all of TypeScript, but it supports a useful subset of it including custom type definitions, discriminated unions, and classes.

Getting started

Run cargo run -- <file> to run Omo on a file. For example, the following will print out a type annotated version of the file test/test.ts:

$ cargo run -- test/test.ts