brucehsu / GobiesVM

A Ruby VM written in Go aims to exploit parallelism via Software Transactional Memory
MIT License
184 stars 8 forks source link

Binary operator parsing error #16

Open brucehsu opened 10 years ago

brucehsu commented 10 years ago

For example, a!=10 would be parsed into a! only.