Drift is an experimental language, designed and developed by belicfr. It is a concise language inspired by Kotlin, Swift, C# and TypeScript. It is designed to offer a modern, lightweight, but customizable, syntax.
This repository is composed of three modules:
- Drift Core: The core of the language, with all internal systems, the lexer, the parser and the runtime.
- Drift Common: A bridge module which permits sharing Drift generic information to both other modules.
- Drift CLI: A basic CLI with two modes: Drift CLI and Drift Debugger. It is designed and coded to be easily understandable and ergonomic.
The Drift language repository is an open-source project using the Apache 2.0 License.
Please read entirely the LICENSE.MD in the root of any branch.
