circom-lsp

A Language Server Protocol Implementation for Circom (by rubydusa)

Circom-lsp Alternatives

Similar projects and alternatives to circom-lsp

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better circom-lsp alternative or higher similarity.

circom-lsp reviews and mentions

Posts with mentions or reviews of circom-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • I created an LSP server for Circom, a zkSNARK DSL
    1 project | /r/ethdev | 24 May 2023
    2 projects | /r/rust | 24 May 2023
  • What version to assign git dependencies when publishing crates
    2 projects | /r/rust | 24 May 2023
    [package] name = "circom-lsp" version = "0.1.0" edition = "2021" authors = ["rubydusa "] license = "GPL-3.0 license" description = "LSP server for Circom" homepage = "https://github.com/rubydusa/circom-lsp" repository = "https://github.com/rubydusa/circom-lsp" [dependencies] tower-lsp = "0.19.0" # lalrpop-util in this specific version required for circom parser to work lalrpop-util = { version = "0.19.9", features = ["lexer"] } circom_parser = { git = "https://github.com/iden3/circom", package = "parser", rev = "ce903c6" } circom_type_checker = { git = "https://github.com/iden3/circom", package = "type_analysis", rev = "ce903c6" } circom_structure = { git = "https://github.com/iden3/circom", package = "program_structure", rev = "ce903c6" } ropey = "1.6.0" tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros", "io-std"] } codespan-reporting = "0.9.0" itertools = "0.10.5" num-traits = "0.2.6" tempfile = "3"
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic circom-lsp repo stats
3
27
7.6
11 months ago

rubydusa/circom-lsp is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of circom-lsp is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com