This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
marcelovbcfilho
/
iVProg
forké depuis
LInE/iVProg
Suivre
1
Voter
0
Fork
0
Fichiers
Aborescence:
bdab44ee7e
Branches
Tags
config-settings
drag
expressions
master
new-visual
rand-impl
visualui-menu
iVProg
/
js
/
ast
/
expressions
/
literal.js
literal.js
76 B
Historique
Raw
1
2
3
4
5
6
export class Literal {
constructor (type) {
this.type = type;
}
}