25 lines
556 B
Markdown
25 lines
556 B
Markdown
# Comline
|
|
Comline(Communication on Line) is a library
|
|
|
|
|
|
|
|
## Language details
|
|
Rust
|
|
|
|
|
|
## Resource Links
|
|
https://createlang.rs/
|
|
https://michael-f-bryan.github.io/static-analyser-in-rust/book/parse/parser.html
|
|
https://michael-f-bryan.github.io/static-analyser-in-rust/book/codemap.html
|
|
https://docs.rs/codemap/latest/codemap/
|
|
|
|
|
|
## Resources of ideas and inspirations
|
|
https://www.youtube.com/watch?v=m64SWl9bfvk
|
|
https://www.youtube.com/watch?v=ApHpmA1k73k
|
|
|
|
|
|
### Optimizing AST parsing and allocation
|
|
https://cs.hofstra.edu/~cscccl/rustlr_project/chapter6.html
|
|
|