Skip to content

This is the start for my own programming language called "Yeep"

Notifications You must be signed in to change notification settings

Syipmong/yeep-programming-language

Repository files navigation

Yeep Programming Language

This is a simple programming language interpreter for basic arithmetic operations. The interpreter includes a lexer, parser, and abstract syntax tree (AST) nodes for performing arithmetic operations.

''' func test(){ print("non return type") }

'''