This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
marcelovbcfilho
/
iVProg
forked de
LInE/iVProg
Seguir
1
Destacar
0
Fork
0
Archivos
Árbol:
bdab44ee7e
Ramas
Etiquetas
config-settings
drag
expressions
master
new-visual
rand-impl
visualui-menu
iVProg
/
js
/
ast
/
expressions
/
literal.js
literal.js
76 B
Histórico
Raw
1
2
3
4
5
6
export class Literal {
constructor (type) {
this.type = type;
}
}