Sha256: c83f63d7e54d16c00d7edbde6cd67f949a2c03903c51206f90912f31de51809b

Contents?: true

Size: 678 Bytes

Versions: 150

Compression:

Stored size: 678 Bytes

Contents

declaration_and_assignment_statement = type;

type = "u"|"s"|"f"|"b";

float_literal = base_36_character*, [exponent], [base];
unsigned_int_literal = number*, [base];

identifier = lower_case_letter | capital_letter, [lower_case_letter | capital_letter | number]*
base_36_character = number | capital_letter;
number = "0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9";
lower_case_letter = "a"|"b"|"c"|"d"|"e"|"f"|"g"|"h"|"i"|"j"|"k"|"l"|"m"|"n"|"o"|"p"|"q"|"r"|"s"|"t"|"u"|"v"|"w"|"x"|"y"|"z";
capital_letter = "A"|"B"|"C"|"D"|"E"|"F"|"G"|"H"|"I"|"J"|"K"|"L"|"M"|"N"|"O"|"P"|"Q"|"R"|"S"|"T"|"U"|"V"|"W"|"X"|"Y"|"Z";

exponent = "e", [sign], number*;
sign = "+" | "-"
base = ":", number*;

Version data entries

150 entries across 49 versions & 6 rubygems

Version Path
ufos-1.0.94 ./other/old_compiler/shiltium7 (2)/grammar
ufos-1.0.94 ./other/old_compiler/shiltiumcomp58/grammar
ufos-1.0.94 ./other/old_compiler/shiltiumcomp59/grammar
aliens-1.0.94 ./other/old_compiler/shiltium7 (2)/grammar
aliens-1.0.94 ./other/old_compiler/shiltiumcomp58/grammar
aliens-1.0.94 ./other/old_compiler/shiltiumcomp59/grammar
freespeech-1.0.94 ./other/old_compiler/shiltium7 (2)/grammar
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp58/grammar
freespeech-1.0.94 ./other/old_compiler/shiltiumcomp59/grammar
elonmusk-1.0.94 ./other/old_compiler/shiltium7 (2)/grammar
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp59/grammar
elonmusk-1.0.94 ./other/old_compiler/shiltiumcomp58/grammar
politics-1.0.94 ./other/old_compiler/shiltium7 (2)/grammar
politics-1.0.94 ./other/old_compiler/shiltiumcomp58/grammar
politics-1.0.94 ./other/old_compiler/shiltiumcomp59/grammar
democracy-1.0.94 ./other/old_compiler/shiltium7 (2)/grammar
democracy-1.0.94 ./other/old_compiler/shiltiumcomp59/grammar
democracy-1.0.94 ./other/old_compiler/shiltiumcomp58/grammar
democracy-1.0.93 ./other/old_compiler/shiltiumcomp59/grammar
democracy-1.0.93 ./other/old_compiler/shiltiumcomp58/grammar