This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
marcelovbcfilho
/
iVProg
forkato da
LInE/iVProg
Segui
1
Vota
0
Forka
0
File
Albero (Tree):
bdab44ee7e
Rami (Branch)
Tag
config-settings
drag
expressions
master
new-visual
rand-impl
visualui-menu
iVProg
/
js
/
ast
/
expressions
/
literal.js
literal.js
76 B
Cronologia
Originale
1
2
3
4
5
6
export class Literal {
constructor (type) {
this.type = type;
}
}