ntm

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.

ntm_pad

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;

ntm-vscode

Padelistas Padelistas

A Flutter application using firebase to manage padel bookings in Singapore.

A Flutter application using firebase to store encrypted notes.

Periodik Periodik

A Flutter application to find the periodicity of some events based on the instances.

Portfolio Portfolio

My portfolio website made with SvelteKit.

Action dart analyze

A GitHub action written in TypeScript that analyzes dart code by running dart analyze and dart format.

Pyronear Pyronear

A React open source project to help the detection of wildfire.

animated_collection

A Flutter library with simple animated widgets and utilities methods to use with animations.

Themed color palette

A dart builder to create theme classes from a .yaml file.

themed-color-palette-vscode-extension

A VSCode extension written in TypeScript to lint a .theme.yaml file used for themed_color_palette.

Chrome markdown emojis Chrome markdown emojis

A TypeScript Google Chrome extension to insert emojis from their markdown code.

Midi generator
A Python project to generate music midi files using a TensorFlow neural network.