This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
c
/
gravity-lang
oglindă de
https://github.com/marcobambini/gravity.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
develop
master
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.0
0.6.9
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.1
0.6.0
0.5.9
0.5.8
0.5.6
0.5.5
0.5.4
0.5.1
0.5.0
0.4.9
0.4.8
0.4.7
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.0
0.2.8
gravity-lang
/
test
/
unittest
/
01-syntax
/
empty_enum.gravity
empty_enum.gravity
105 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
8
9
#unittest {
name: "Testing empty enum.";
error: SYNTAX;
error_row: 8;
error_col: 1;
};
enum math {
}