ripex 0.3.0

Multi-language structural parsing and fact extraction.
Documentation
1
2
3
4
5
use crate::span::Span;

pub trait AstNode {
    fn span(&self) -> Span;
}