issues
search
Jeff-Mott-OR
/
cpplox
Following Nystrom's book Crafting Interpreters, implemented in C++.
97
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Have to include <sstream> in chunk.cpp
#28
dokipen3d
closed
1 year ago
4
Allow use of any GC strategy
#27
Jeff-Mott-OR
closed
1 year ago
0
Support virtual functions invoked from least specific to most specific, with the keyword "inner" being used to invoke the next more specific method
#26
Jeff-Mott-OR
opened
6 years ago
0
Explore ways to reuse and share capabilities across classes: mixins, traits, multiple inheritance, virtual inheritance, extension methods, etc.
#25
Jeff-Mott-OR
closed
1 year ago
0
Support encapsulated instance state
#24
Jeff-Mott-OR
opened
6 years ago
0
Support getters and setters
#23
Jeff-Mott-OR
opened
6 years ago
0
Add support for “static” methods
#22
Jeff-Mott-OR
opened
6 years ago
0
Look up local variables by index
#21
Jeff-Mott-OR
closed
1 year ago
0
Extend the resolver to report an error if a local variable is never used
#20
Jeff-Mott-OR
closed
1 year ago
0
Support anonymous functions or "lambdas"
#19
Jeff-Mott-OR
closed
5 years ago
0
Add support for break and continue statements
#18
Jeff-Mott-OR
opened
6 years ago
0
Make it a runtime error to access a variable that has not been initialized or assigned to
#17
Jeff-Mott-OR
closed
1 year ago
0
Add support to the REPL to let users type in both statements and expressions
#16
Jeff-Mott-OR
opened
6 years ago
0
Detect and report a runtime error for divide by zero
#15
Jeff-Mott-OR
opened
6 years ago
0
If either operand of + is a string, the other is converted to a string and the results are then concatenated
#14
Jeff-Mott-OR
closed
1 year ago
0
Add support for the C-style conditional or “ternary” operator ?:
#13
Jeff-Mott-OR
opened
6 years ago
0
Add support for comma expressions
#12
Jeff-Mott-OR
opened
6 years ago
0
Add support for C-style /* ... */ block comments
#11
Jeff-Mott-OR
opened
6 years ago
0
Do Chapter 13 Inheritance
#10
Jeff-Mott-OR
closed
6 years ago
0
Better express interpreter/resolver relationship
#9
Jeff-Mott-OR
closed
1 year ago
0
Do Chapter 12 Classes
#8
Jeff-Mott-OR
closed
6 years ago
0
Remove MSVC 2015 Vagrantfile
#7
Jeff-Mott-OR
closed
6 years ago
0
Benchmark against node
#6
Jeff-Mott-OR
closed
6 years ago
0
Add more scripts to benchmark
#5
Jeff-Mott-OR
closed
6 years ago
0
Fix Travis GCC/OSX build failure
#4
Jeff-Mott-OR
closed
1 year ago
0
Add Clang/Ubuntu Vagrantfile
#3
Jeff-Mott-OR
closed
6 years ago
0
Implement new GC handling
#2
Jeff-Mott-OR
closed
6 years ago
1
Do Chapter 11 Resolving and Binding
#1
Jeff-Mott-OR
closed
6 years ago
2