Popular repositories
320 contributions in the last year
Less
More
Contribution activity
February 2021
Opened 2 pull requests in 1 repository
OpenDarkBASIC/OpenDarkBASIC
1
merged
1
closed
Reviewed 1 pull request in 1 repository
OpenDarkBASIC/OpenDarkBASIC 1 pull request
Created an issue in OpenDarkBASIC/OpenDarkBASIC that received 1 comment
Opened 12 other issues in 2 repositories
OpenDarkBASIC/OpenDarkBASIC
6
open
5
closed
- Add support for initializers for arrays
- Remove GotoSymbol, Command*Symbol, etc. and let IR do symbol resolution
- Add enum to BinaryOp and UnaryOp, and remove derived types
- Add ast::Node::toString()
- Compile code from stdin
- Disable colors if stderr is being piped
- odbc fails to compile code with windows line endings -> revert 7922682 and add a rule for "\r"
- Increment/Decrement arrays and UDTs
- swapChild() assumption of how dynamic_cast is wrong -> need to assert for nullptr
- Add support for hints / multiple colors for warning and error messages
- "break" keyword in DBP does not break from for loops. "exit" does.