This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
c
/
gravity-lang
kopia lustrzana
https://github.com/marcobambini/gravity.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Gałąź:
master
Gałęzie
Tagi
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
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
9
#unittest {
name: "Testing empty enum.";
error: SYNTAX;
error_row: 8;
error_col: 1;
};
enum math {
}