Gregofi / mjolnir

Functional programming language without exotic syntax, written in Rust.
2 stars 0 forks source link

Add String struct #28

Open Gregofi opened 2 months ago

Gregofi commented 2 months ago

String literals will be left for later, but we need a struct String and functions like readline, printline and so on.

Gregofi commented 1 month ago

This was added, but we need some way to pair it with string literals, otherwise it is really hard to write basic programs and error messages.