You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda dad1207c46 Improve semantics of the TEXT bytecode instruction
The TEXT instruction now replaces position at the top of the stack with
the input from that position until the current position. This is simpler
and cleaner semantics than the previous one, where TEXT also popped an
additional value from the stack and kept the position there.
10 years ago
..
passes Improve semantics of the TEXT bytecode instruction 10 years ago
asts.js Utility functions cleanup: Cleanup lib/compiler/asts.js 10 years ago
javascript.js Fix a bug in |stringEscape| 10 years ago
opcodes.js Implement additional PUSH_* bytecode instructions 10 years ago
visitor.js Utility functions cleanup: Cleanup lib/compiler/visitor.js 10 years ago