Servostar / gemstone

Gemstone programming language compiler (GSC)
GNU General Public License v2.0
3 stars 0 forks source link

UTF-8 lexer #135

Open Servostar opened 2 weeks ago

Servostar commented 2 weeks ago

Flex does not support UTF-8 encoded inputs. Decide on a new lexer to use.

Servostar commented 2 weeks ago

Wait with implementation until bootcode (#133 ) is done