Open cupglassDEV opened 2 months ago
This implementation will add decorators like this thing
import 'bulan:fmt' to fmt @description Say hello to anyone @since "1.0.0" @readonly pub fn void hello(){ fmt.print("Hello world!!") }
Done in the grammar.pest file. Later for the actual implementation
grammar.pest
This implementation will add decorators like this thing