cairo-lang-parser 2.18.0

Cairo parser.
Documentation
1
2
3
4
5
use std::format;

fn foo(a: int) -> felt252 {
    return a;
}