reaver-project / vapor

Vapor is a language made as a part of the Reaver Project effort. The name has originated as a word play on a word "vaporware" - the author often called this language a "vaporlang", and later decided to keep that name.
Other
5 stars 4 forks source link

Strings #23

Open griwes opened 6 years ago

griwes commented 6 years ago

Implement support for strings. This includes parsing them and some preliminary dumb types to handle them. UTF-8 for now, but without proper Unicode tools yet. char type that actually represents a Unicode code point (and not a code unit).

Depends on #19 and #33.