boson-lang icon indicating copy to clipboard operation
boson-lang copied to clipboard

A hybrid programming language written in Rust.

Results 4 boson-lang issues
Sort by recently updated
recently updated
newest added

`BosonLang::eval_buffer()` doesn't let to push any external parameters, if we could send rust types which can be `Into` deeply, it'll be very beneficial to manipulate them from boson... Same way...

I want to contribuate, it seems interesting to play with ! Is there any roadmap !

I think this should fix the infinite hangs. Let me know if there's a better tokenkind to return here. resolves: #11

If the lexer encounters a double quote character, it will read forward indefinitely for the next one. If one is not found, this process is unbounded.