Implementation of minimal bytecode language
Refined, minimalist, modern, beautiful
For documentation and project architecuture,
visit the official website https://drift-lang.fun/
Basic grammatical format of drift, please check the instance code awesome.ft
It’s a toy language, Have Fun!!
make
make install
export PATH=$PWD:$PATH
drift # REPL MODE
drift <ft file> # FILE MODE
drift -d # REPL AND DEBUG MODE
drift <ft file> -d # FILE AND DEBUG MODE
drift -b # REPL AND DIS BYTECODE
drift <ft file> -b # FILE AND DIS BYTECODE
make clean
tool
directory
Copyright (c) 2021 bingxio(丙杺,黄菁). All rights reserved.
GNU General Public License, more to see file: LICENSE
https://www.gnu.org/licenses
THE DRIFT PROGRAMMING LANGUAGE
https://github.com/bingxio/drift
https://www.drift-lang.fun/