Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

dssd

Language: Layout:
+ ] Compiler args - ] Show input
Compilation time: 0.92 sec, absolute running time: 0.14 sec, cpu time: 0 sec, memory peak: 3 Mb, absolute service time: 1,07 sec 
fork mode |  history
 parse_string("   1, 2, 88, 3, 4, -5   ")
	: 1; 2; 88; 3; 4; -5; 
 parse_string("1, 4, 5, -6, 8, 3, 1")
	: 1; 4; 5; -6; 8; 3; 1; 
 parse_string(" 5 , 6, 57, +68 , 18, 32, 4 ")
	: 5; 6; 57; 68; 18; 32; 4; 
 parse_string("77")
	: 77; 
 parse_string("")
	: 
 parse_string(" ")
	: 
 parse_string("1, 4, 5, 6, 8, 3, 1,")
	: parse_error: Empty value (20, 21)
 parse_string(" , 6, 57, 68 , 18, 32, 4")
	: parse_error: Empty value (0, 1)
 parse_string("5, 6, , 68, 18, 32, 4")
	: parse_error: Empty value (5, 6)
 parse_string("5, 6, T, 68, 18, 32, 4")
	: parse_error: Value "T" not a number
 parse_string("5, 6, 34T, 68, 18, 32, 4")
	: parse_error: Value "34T" not only comprises digits
 parse_string("5, 6, 34 55, 68, 18, 32, 4")
	: parse_error: Value "34 55" not only comprises digits
 parse_string(",")
	: parse_error: Empty value (0, 0)
 parse_string(",,")
	: parse_error: Empty value (0, 0)

    
                
λ
.NET NoSQL database for rapid development