Max Brunsfeld
|
fbe6a035d9
|
Rename appveyor config file to .appveyor.yml
|
hace 7 años |
Max Brunsfeld
|
57dd274de6
|
Regenerate with latest tree-sitter-c
|
hace 7 años |
Max Brunsfeld
|
c7a417da4b
|
0.13.11
|
hace 7 años |
Max Brunsfeld
|
95439ea4cc
|
Add support for default member initializers
Fixes #23
|
hace 7 años |
Max Brunsfeld
|
2cee653b92
|
0.13.10
|
hace 7 años |
Max Brunsfeld
|
f3a6ad1039
|
Regenerate with latest tree-sitter-c
|
hace 7 años |
Max Brunsfeld
|
c8023d36f3
|
0.13.9
|
hace 7 años |
Max Brunsfeld
|
1d0fdd0aad
|
Add variadic template and function parameters
Fixes #20
|
hace 7 años |
Max Brunsfeld
|
a2cd752b28
|
Fix parsing of nested classes with inheritance
Fixes #22
|
hace 7 años |
Max Brunsfeld
|
212519737f
|
0.13.8
|
hace 7 años |
Max Brunsfeld
|
275fc3987f
|
Regenerate w/ latest tree-sitter-c
|
hace 7 años |
Max Brunsfeld
|
bc5c69fa2d
|
0.13.7
|
hace 7 años |
Max Brunsfeld
|
ddd28aa68b
|
Fix parsing of new expressions with no argument lists
Fixes tree-sitter/tree-sitter#208
|
hace 7 años |
Max Brunsfeld
|
f38f6196e1
|
0.13.6
|
hace 7 años |
Max Brunsfeld
|
64d9263832
|
Update tree-sitter-c
|
hace 7 años |
Max Brunsfeld
|
d250d2fa66
|
0.13.5
|
hace 7 años |
Max Brunsfeld
|
71bf2098a4
|
Add try statements
Fixes #16
|
hace 7 años |
Max Brunsfeld
|
b43899edba
|
Add default and delete method specifiers
Fixes #17
|
hace 7 años |
Max Brunsfeld
|
328460ec4f
|
0.13.4
|
hace 7 años |
Max Brunsfeld
|
b673eceee3
|
Support template value params with optional names
Fixes #9
|
hace 7 años |
Max Brunsfeld
|
9f907498d7
|
0.13.3
|
hace 7 años |
Max Brunsfeld
|
ff24d15bef
|
Regenerate with the latest tree-sitter-cli
|
hace 7 años |
Max Brunsfeld
|
3679305ee7
|
0.13.2
|
hace 7 años |
Max Brunsfeld
|
2446f62bca
|
Regenerate with latest tree-sitter-c
|
hace 7 años |
Max Brunsfeld
|
78adc21192
|
0.13.1
|
hace 7 años |
Max Brunsfeld
|
5062482332
|
Regenerate w/ latest tree-sitter-c to parse escape sequences
|
hace 7 años |
Max Brunsfeld
|
699ed735a5
|
Merge pull request #8 from asutherland/method-override
Add support for function virtual specifiers.
|
hace 7 años |
Andrew Sutherland
|
ce35ac90eb
|
Add support for method virtual specifiers.
This expands on #6 to support override/final for functions
The relevant specs are:
https://en.cppreference.com/w/cpp/language/override
https://en.cppreference.com/w/cpp/language/final
|
hace 7 años |
Max Brunsfeld
|
039e7edb3f
|
0.13.0
|
hace 7 años |
Max Brunsfeld
|
ac3c08af7c
|
⬆️ tree-sitter-cli (new ABI version)
|
hace 7 años |
Max Brunsfeld
|
c9f7e0691a
|
0.12.1
|
hace 7 años |
Max Brunsfeld
|
c16369b74f
|
⬆️ tree-sitter-c for pointer declarator fix
|
hace 7 años |
Max Brunsfeld
|
9a2b6a54a6
|
0.12.0
|
hace 8 años |
Max Brunsfeld
|
07c0794a08
|
⬆️ tree-sitter-cli
|
hace 8 años |
Max Brunsfeld
|
5423f9bbbc
|
0.11.4
|
hace 8 años |
Max Brunsfeld
|
20d6ffb1fb
|
⬆️ tree-sitter-cli for better keyword extraction
|
hace 8 años |
Max Brunsfeld
|
27db789dcc
|
Merge pull request #6 from asutherland/class-virt-specifier
Support C++11 class-virt specifier for "class A final {}" cases.
|
hace 8 años |
Andrew Sutherland
|
d9568a7b5f
|
derived build products for class-virt-specifier
|
hace 8 años |
Andrew Sutherland
|
61ec3b9008
|
C++11 class-virt-specifier: "class A final"
As documented at https://en.cppreference.com/w/cpp/language/final (3)
and https://en.wikipedia.org/wiki/C%2B%2B11#Explicit_overrides_and_final
in the latter part, C++11 made syntax like "struct A final {}" legal.
|
hace 8 años |
Max Brunsfeld
|
69e89d38fa
|
⬆️ nan
|
hace 8 años |
Max Brunsfeld
|
efdac0bf31
|
0.11.3
|
hace 8 años |
Max Brunsfeld
|
3a76511be9
|
Add constexpr if statements
Co-Authored-By: Thomas Johansen <thomasjo@gmail.com>
|
hace 8 años |
Max Brunsfeld
|
743d6de28d
|
Allow template argument lists to be empty
Co-Authored-By: Thomas Johansen <thomasjo@gmail.com>
|
hace 8 años |
Max Brunsfeld
|
5066474dbb
|
Add dependent type names
Co-Authored-By: Thomas Johansen <thomasjo@gmail.com>
|
hace 8 años |
Max Brunsfeld
|
aed6de49a4
|
⬆️ tree-sitter-c to allow preproc conditionals in class defs
Co-Authored-By: Thomas Johansen <thomasjo@gmail.com>
|
hace 8 años |
Max Brunsfeld
|
dfd266b27f
|
Allow explicit constructors
Co-Authored-By: Thomas Johansen <thomasjo@gmail.com>
|
hace 8 años |
Max Brunsfeld
|
06e557ada7
|
Allow templates with optional type parameters
Co-Authored-By: Thomas Johansen <thomasjo@gmail.com>
|
hace 8 años |
Max Brunsfeld
|
64ac620f5d
|
Add the constexpr type qualifier
Co-Authored-By: Thomas Johansen <thomasjo@gmail.com>
|
hace 8 años |
Max Brunsfeld
|
4261addf81
|
0.11.2
|
hace 8 años |
Max Brunsfeld
|
990116a486
|
Add appveyor badge to readme
|
hace 8 años |