dibyendumajumdar / ravi

Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
http://ravilang.github.io/
Other
1.17k stars 64 forks source link

a mistake in document #162

Closed im-rinnin closed 5 years ago

im-rinnin commented 5 years ago

Note that B and C operands need to have an extra bit compared to A. This is because B and A can reference registers or constants, and the extra bit is used to decide which one. But A always references registers so it doesn't need the extra bit. "This is because B and A can reference " should be B and C

dibyendumajumdar commented 5 years ago

Thank you

dibyendumajumdar commented 5 years ago

Docs updated