]> git.leonardobizzoni.com Git - LBPL/commit
Replaced `Lexer` instances with fn calls
authorLeonardoBizzoni <leo2002714@gmail.com>
Thu, 5 Sep 2024 12:16:08 +0000 (14:16 +0200)
committerLeonardoBizzoni <leo2002714@gmail.com>
Thu, 5 Sep 2024 12:16:08 +0000 (14:16 +0200)
commit8c036d9582efe00e4588075d2e98ead4b6354130
tree2b04a6fc479e3060700216b3668b3e16d0ad68a9
parent2ff5f0612c893cedae009a7ad900fefdb0334857
Replaced `Lexer` instances with fn calls
13 files changed:
src/LBPLFunction.cpp
src/LBPLInstance.cpp
src/environment.cpp
src/interpreter.cpp
src/lexer.cpp
src/lexer.hpp
src/main.cpp
src/parser.cpp
src/parser.hpp
src/resolver.cpp
src/token.cpp [new file with mode: 0644]
src/token.hpp
src/token_type.hpp