A programming language built on top of dart inspired from Crafting interpreter.
A programming language built on top of dart inspired from Crafting interpreter.
Ntm is composed of scanner and a parser which create an AST. The interpreter interprets the AST.
It comes with a command line tool to interpret ntm code from a file or an interactive console.
It is a web app that allows you to write and run ntm code in your browser. Try out
fun add(a, b) {
return a + b;
}
var a = 1;
var c = add(a, 2);
print c;
A VSCode extension that allows you to highlight ntm code.
A GitHub action written in TypeScript that analyzes dart code by running dart analyze
and dart format
.
A Flutter library with simple animated widgets and utilities methods to use with animations.
A TypeScript Google Chrome extension to insert emojis from their markdown code.