Itamar
|
1f9f6ea9d6
LibCpp: Support parsing function qualifiers
|
4 years ago |
Itamar
|
ee35fc0da3
LibCpp: Support parsing empty return statements
|
4 years ago |
Itamar
|
68f420ed42
LibCpp: Fix null dereference in IfStatement::declarations()
|
4 years ago |
Itamar
|
b5cab861e3
LibCpp: Parse Namespace declaration
|
4 years ago |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 years ago |
Itamar
|
a2ac86f5e1
LibCpp: Check if type is null in VariableDeclaration::dump
|
4 years ago |
Itamar
|
1d3b5dabc3
LibCpp: Parse ellipsis
|
4 years ago |
Itamar
|
5a7abb8363
LibCpp: Parse type qualifiers
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
bd830c2dfe
LibCpp: Fix yet another broken outln() invocation..
|
4 years ago |
Andreas Kling
|
0bb2729423
LibCpp: Fix busted outln() invocations
|
4 years ago |
Andreas Kling
|
68406fc0ef
LibCpp: Replace dbgprintf() with outln()
|
4 years ago |
Itamar
|
8ed65d7b48
LibCpp: Parse If statements
|
4 years ago |
Itamar
|
c96b6987c4
LibCpp: Add the beginning of a C++ parser
|
4 years ago |