This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
masif
/
quran
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
cf937194cb
Branch-ok
Tag-ek
master
quran
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
lang.js
lang.js
135 B
Előzmények
Nyers
1
2
3
4
5
6
7
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};