ccls
ccls copied to clipboard
circom language server
Results
15
ccls issues
Sort by
recently updated
recently updated
newest added
# Motivation The extension(pre-build on vscode) only runable on linux. We should support macOS and window by default. # Relate context - #42 - https://github.com/cross-rs/cross
enhancement
We should follow this structure: - crate **parser** only process parser with abstract TokenKind stream. We don't care about concrete token. - **syntax** crate wrap parser with concrete token and...
refactor