issues
search
ltcmelo
/
psychec
A compiler frontend for the C programming language
BSD 3-Clause "New" or "Revised" License
538
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Cannot use `cnip` to complete the missing code, and `cnip test.c` produces no output.
#155
guye
opened
1 week ago
4
cnip/psyche compile tests scripts: lua, zlib, tinycc, and libpng
#154
ltcmelo
closed
1 week ago
0
fix parse of spurious ; (and in asm)
#153
ltcmelo
closed
1 week ago
0
decouple (part of) parsing of declaration and struct-declaration
#152
ltcmelo
closed
1 week ago
0
fix bug when parsing prototype of array/function params (and typedef …
#151
ltcmelo
closed
2 weeks ago
0
support GNU label as values (in `goto`)
#150
ltcmelo
closed
3 weeks ago
0
always set K&R to false after parse
#149
ltcmelo
closed
3 weeks ago
0
fix ident parse in prototype, improve K&R parse, and dont visit expr in bind
#148
ltcmelo
closed
3 weeks ago
0
w_char and char8/16/32_t (non) keywords
#147
ltcmelo
closed
1 month ago
0
binder increments/fixes (and separate pp text/file)
#146
ltcmelo
closed
1 month ago
0
test bindings despite of expected errors
#145
ltcmelo
closed
1 month ago
0
bind type specifiers of basic types
#144
ltcmelo
closed
1 month ago
0
Issue Compiling Separate C File in FFmpeg Using Psyche-C (Error: "Expected a Declaration")
#143
CoffeeGeeker
closed
1 month ago
6
wchar_t keyword enabled option and -I propagation for PP
#142
ltcmelo
closed
2 months ago
0
Update README.md
#141
ltcmelo
closed
2 months ago
0
don't visit/reparse expressions that can be null
#140
ltcmelo
closed
2 months ago
0
Update README.md
#139
ltcmelo
closed
2 months ago
0
type resolver increment, binder fix, and symbol addition
#138
ltcmelo
closed
2 months ago
0
introduce `TagTypeDeclaration` (and rename all declaration symbols)
#137
ltcmelo
closed
2 months ago
0
bind Typedef as other non-type declarations
#136
ltcmelo
closed
3 months ago
0
fix binding errors with derived declarator types
#135
ltcmelo
closed
3 months ago
0
new QualifiedType, work on TypeResolver, semantic fixes
#134
ltcmelo
closed
3 months ago
0
start declaration resolver and tests
#133
ltcmelo
closed
4 months ago
0
improve scope handling
#132
ltcmelo
closed
4 months ago
0
add decls to scope (and start decl resolver)
#131
ltcmelo
closed
4 months ago
0
re-work/refactor types, symbols, and their relations (and others changes and renames)
#130
ltcmelo
closed
4 months ago
0
Account for both forms of if statement in disambiguator
#129
ludanpr
closed
10 months ago
1
remove extra spaces
#128
ltcmelo
opened
10 months ago
0
improve name catalog and disambiguator code, add more tests
#127
ltcmelo
closed
10 months ago
0
Something wrong when I dumped AST with codes like"sum = 3 * M + 4 * M + 5 * M;"
#126
Z769018860
opened
1 year ago
0
Segfault in SyntaxNode::kind() on Else-If-Statement
#125
lorenz9314
closed
10 months ago
2
Have problems in using API
#124
Z769018860
opened
1 year ago
1
reparser test cases
#123
ltcmelo
closed
2 years ago
0
visit/disambiguate methods in `Disambiguator` to keep disambiguation
#122
ltcmelo
closed
2 years ago
0
fix precedence of assignment-expression (FIRST) parse
#121
ltcmelo
closed
2 years ago
0
(core) logic for disambiguating cast/bin-expr
#120
ltcmelo
closed
2 years ago
0
start integrating ambiguity/disambiguation handling
#119
ltcmelo
closed
2 years ago
0
`syntaxTree()` method in `SemanticModel`
#118
ltcmelo
closed
2 years ago
0
`declaredSymbol` for `EnumeratorSymbol` and additional tests
#117
ltcmelo
closed
2 years ago
0
enumerate exact type in `NamedTypeKind` and employ term "tag choice"
#116
ltcmelo
closed
2 years ago
0
`EnumMember` -> `Enumerator` (consistency with EnumeratorSymbol and "field" naming)
#115
ltcmelo
closed
2 years ago
0
more overloads of `declaredSymbol`
#114
ltcmelo
closed
2 years ago
0
`declaredSymbol` for `ParameterDeclarationSyntax`
#113
ltcmelo
closed
2 years ago
0
create language bindings for PsycheC's public API
#112
ltcmelo
opened
2 years ago
0
add `declaredSymbol(const FunctionDefinitionSyntax* node)` to `SemanticModel`
#111
ltcmelo
closed
2 years ago
0
start `SemanticModelTester` (and rename test-expect macros)
#110
ltcmelo
closed
2 years ago
0
finer grained decoupling of test suite and testers (and start assoc. of nodes/symbols)
#109
ltcmelo
closed
2 years ago
0
define `EnumeratorSymbol` and bind it
#108
ltcmelo
closed
2 years ago
0
more PSY_C_API and PSY_C_NON_API visibility
#107
ltcmelo
closed
2 years ago
0
distinguish PSY_C_NON_API and "internal" access level
#106
ltcmelo
closed
2 years ago
0
Next