Flux is a minimal scripting language with integers, strings, variables, arithmetic, control flow, and functions. This repository contains a simple lexer, parser, AST, and interpreter so you can ...