a math expression interpreter written in Go, featuring a complete interpreter stack (lexer, binary parse tree, etc.)
this will be the backend for a graphing calculator project. it is not meant to be used standalone, but there will be a demo cli i…
a math expression interpreter written in Go, featuring a complete interpreter stack (lexer, binary parse tree, etc.)
this will be the backend for a graphing calculator project. it is not meant to be used standalone, but there will be a demo cli included in the repo.
i use ChatGPT occasionally for guidance and learning new concepts. however, i never copy and paste or steal code generated by ai. i like to focus on personal growth and learning over putting out projects.