bulanskrip / lang

the bulanskrip programming language itself
Apache License 2.0
0 stars 0 forks source link

Add decorators #2

Open cupglassDEV opened 2 months ago

cupglassDEV commented 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!!")
}
cupglassDEV commented 2 months ago

Done in the grammar.pest file. Later for the actual implementation