You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Giacomo Tazzari 9db294a5b7 Fixed a crash in serpent compiler when converting to number a string containing non-ascii character (e.g.: a = "però"). To prevent further signed int overflows: modified intToDecimal() and decimalToInt() into unsignedToDecimal() and decimalToUnsigned() because they currently make sense only on unsigned integers. 10 years ago
..
All.h Docs & consolidation of headers. 10 years ago
CMakeLists.txt Move JS setup code up into lib macro. 10 years ago
bignum.cpp Fixed a crash in serpent compiler when converting to number a string containing non-ascii character (e.g.: a = "però"). To prevent further signed int overflows: modified intToDecimal() and decimalToInt() into unsignedToDecimal() and decimalToUnsigned() because they currently make sense only on unsigned integers. 10 years ago
bignum.h Fixed a crash in serpent compiler when converting to number a string containing non-ascii character (e.g.: a = "però"). To prevent further signed int overflows: modified intToDecimal() and decimalToInt() into unsignedToDecimal() and decimalToUnsigned() because they currently make sense only on unsigned integers. 10 years ago
compiler.cpp Fixed a crash in serpent compiler when converting to number a string containing non-ascii character (e.g.: a = "però"). To prevent further signed int overflows: modified intToDecimal() and decimalToInt() into unsignedToDecimal() and decimalToUnsigned() because they currently make sense only on unsigned integers. 10 years ago
compiler.h Project refactor. Introduce the Serpent library. 10 years ago
funcs.cpp Sync script for V's serpent impl. 10 years ago
funcs.h Sync script for V's serpent impl. 10 years ago
lllparser.cpp Sync script for V's serpent impl. 10 years ago
lllparser.h Project refactor. Introduce the Serpent library. 10 years ago
opcodes.h Project refactor. Introduce the Serpent library. 10 years ago
parser.cpp Fixed a bug in treefy() that tried to access vector oq before making sure it's not empty 10 years ago
parser.h Project refactor. Introduce the Serpent library. 10 years ago
rewriter.cpp Fixed a crash in serpent compiler when converting to number a string containing non-ascii character (e.g.: a = "però"). To prevent further signed int overflows: modified intToDecimal() and decimalToInt() into unsignedToDecimal() and decimalToUnsigned() because they currently make sense only on unsigned integers. 10 years ago
rewriter.h Project refactor. Introduce the Serpent library. 10 years ago
tokenize.cpp Sync script for V's serpent impl. 10 years ago
tokenize.h Sync script for V's serpent impl. 10 years ago
util.cpp Fixed a crash in serpent compiler when converting to number a string containing non-ascii character (e.g.: a = "però"). To prevent further signed int overflows: modified intToDecimal() and decimalToInt() into unsignedToDecimal() and decimalToUnsigned() because they currently make sense only on unsigned integers. 10 years ago
util.h Project refactor. Introduce the Serpent library. 10 years ago