Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Aug 10, 2024
1 parent 0a5cdec commit d7bbf28
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A modular set of compiler APIs empowering the next generation of Solidity code a
Written in Rust and distributed in multiple languages.

- [Announcement Post](https://medium.com/nomic-foundation-blog/slang-rethnet-2ad465fd7880)
- [How to write your own Solidity linter using Slang, in 25 lines of code!](https://blog.nomic.foundation/how-to-write-your-own-solidity-linter-using-slang-356e7565ad1b/)
- [Slang Internals](https://nomicfoundation.github.io/slang/internals/)

This repository maintains the source code and release process for these projects:
Expand All @@ -25,5 +26,4 @@ This repository maintains the source code and release process for these projects
> If you are planning on using it, please [reach out to us on Telegram](https://t.me/+pxApdT-Ssn5hMTFh) so we can help you get started.
- [Slang Telegram Group](https://t.me/+pxApdT-Ssn5hMTFh)
- [Nomic Foundation Blog](https://blog.nomic.foundation/)
- [We are hiring!](https://nomic.foundation/jobs)
1 change: 0 additions & 1 deletion crates/metaslang/bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ generated by `metaslang`.
> If you are planning on using it, please [reach out to us on Telegram](https://t.me/+pxApdT-Ssn5hMTFh) so we can help you get started.
- [Slang Telegram Group](https://t.me/+pxApdT-Ssn5hMTFh)
- [Nomic Foundation Blog](https://blog.nomic.foundation/)
- [We are hiring!](https://nomic.foundation/jobs)
1 change: 0 additions & 1 deletion crates/metaslang/cst/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ This crate provides support for parse trees used in the Solidity compiler toolin
> If you are planning on using it, please [reach out to us on Telegram](https://t.me/+pxApdT-Ssn5hMTFh) so we can help you get started.
- [Slang Telegram Group](https://t.me/+pxApdT-Ssn5hMTFh)
- [Nomic Foundation Blog](https://blog.nomic.foundation/)
- [We are hiring!](https://nomic.foundation/jobs)
1 change: 0 additions & 1 deletion crates/metaslang/graph_builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ structures from source code that has been parsed using parsers generated using `
> If you are planning on using it, please [reach out to us on Telegram](https://t.me/+pxApdT-Ssn5hMTFh) so we can help you get started.
- [Slang Telegram Group](https://t.me/+pxApdT-Ssn5hMTFh)
- [Nomic Foundation Blog](https://blog.nomic.foundation/)
- [We are hiring!](https://nomic.foundation/jobs)
2 changes: 1 addition & 1 deletion crates/solidity/outputs/cargo/slang_solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ A modular set of compiler APIs empowering the next generation of Solidity code a
Written in Rust and distributed in multiple languages.

- [Announcement Post](https://medium.com/nomic-foundation-blog/slang-rethnet-2ad465fd7880)
- [How to write your own Solidity linter using Slang, in 25 lines of code!](https://blog.nomic.foundation/how-to-write-your-own-solidity-linter-using-slang-356e7565ad1b/)
- [User Guide](https://nomicfoundation.github.io/slang/user-guide/rust-crate/)

> ❗ This project is still in alpha, and is under active development.
> If you are planning on using it, please [reach out to us on Telegram](https://t.me/+pxApdT-Ssn5hMTFh) so we can help you get started.
- [Slang Telegram Group](https://t.me/+pxApdT-Ssn5hMTFh)
- [Nomic Foundation Blog](https://blog.nomic.foundation/)
- [We are hiring!](https://nomic.foundation/jobs)
2 changes: 1 addition & 1 deletion crates/solidity/outputs/npm/package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ A modular set of compiler APIs empowering the next generation of Solidity code a
Written in Rust and distributed in multiple languages.

- [Announcement Post](https://medium.com/nomic-foundation-blog/slang-rethnet-2ad465fd7880)
- [How to write your own Solidity linter using Slang, in 25 lines of code!](https://blog.nomic.foundation/how-to-write-your-own-solidity-linter-using-slang-356e7565ad1b/)
- [User Guide](https://nomicfoundation.github.io/slang/user-guide/npm-package/)

> ❗ This project is still in alpha, and is under active development.
> If you are planning on using it, please [reach out to us on Telegram](https://t.me/+pxApdT-Ssn5hMTFh) so we can help you get started.
- [Slang Telegram Group](https://t.me/+pxApdT-Ssn5hMTFh)
- [Nomic Foundation Blog](https://blog.nomic.foundation/)
- [We are hiring!](https://nomic.foundation/jobs)

0 comments on commit d7bbf28

Please sign in to comment.