Issues
- 4
Have to include <sstream> in chunk.cpp
#28 opened by dokipen3d - 0
Explore ways to reuse and share capabilities across classes: mixins, traits, multiple inheritance, virtual inheritance, extension methods, etc.
#25 opened by Jeff-Mott-OR - 0
Allow use of any GC strategy
#27 opened by Jeff-Mott-OR - 0
Look up local variables by index
#21 opened by Jeff-Mott-OR - 0
- 0
Make it a runtime error to access a variable that has not been initialized or assigned to
#17 opened by Jeff-Mott-OR - 0
If either operand of + is a string, the other is converted to a string and the results are then concatenated
#14 opened by Jeff-Mott-OR - 0
- 0
Fix Travis GCC/OSX build failure
#4 opened by Jeff-Mott-OR - 0
Support anonymous functions or "lambdas"
#19 opened by Jeff-Mott-OR - 0
Benchmark against node
#6 opened by Jeff-Mott-OR - 1
Implement new GC handling
#2 opened by Jeff-Mott-OR - 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 opened by Jeff-Mott-OR - 0
Support encapsulated instance state
#24 opened by Jeff-Mott-OR - 0
Support getters and setters
#23 opened by Jeff-Mott-OR - 0
Add support for “static” methods
#22 opened by Jeff-Mott-OR - 0
- 0
- 0
Add support to the REPL to let users type in both statements and expressions
#16 opened by Jeff-Mott-OR - 0
- 0
Add support for comma expressions
#12 opened by Jeff-Mott-OR - 0
- 0
Do Chapter 13 Inheritance
#10 opened by Jeff-Mott-OR - 0
Remove MSVC 2015 Vagrantfile
#7 opened by Jeff-Mott-OR - 0
Add Clang/Ubuntu Vagrantfile
#3 opened by Jeff-Mott-OR - 0
Do Chapter 12 Classes
#8 opened by Jeff-Mott-OR - 0
Add more scripts to benchmark
#5 opened by Jeff-Mott-OR - 2
Do Chapter 11 Resolving and Binding
#1 opened by Jeff-Mott-OR