]> git.leonardobizzoni.com Git - LBPL/commit
Renamed `LBPLType` to `Value` and changed example code
authorLeonardoBizzoni <leo2002714@gmail.com>
Mon, 22 Jan 2024 14:58:45 +0000 (15:58 +0100)
committerLeonardoBizzoni <leo2002714@gmail.com>
Mon, 22 Jan 2024 14:58:45 +0000 (15:58 +0100)
commit123d9568494843d2571d370f0f39051a8009f3b8
tree805750439bc8e08660728a39fe61db159d6554ba
parent2b412c6dfdab47af80874ae8e584c2900e72a6a3
Renamed `LBPLType` to `Value` and changed example code
20 files changed:
README.org
lib/LBPLCallable.h
lib/LBPLClass.h
lib/LBPLFunction.h
lib/LBPLInstance.h
lib/LBPLTypes.h
lib/ast_printer.h
lib/builtin_methods.h
lib/environment.h
lib/expressions.h
lib/interpreter.h
lib/resolver.h
lib/visitor.h
src/LBPLClass.cpp
src/LBPLFunction.cpp
src/LBPLInstance.cpp
src/ast_printer.cpp
src/environment.cpp
src/interpreter.cpp
src/resolver.cpp