This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
marcelovbcfilho
/
iVProg
フォーク元
LInE/iVProg
ウォッチ
1
スター
0
フォーク
0
ファイル
ツリー:
bdab44ee7e
ブランチ
タグ
config-settings
drag
expressions
master
new-visual
rand-impl
visualui-menu
iVProg
/
js
/
ast
/
expressions
/
literal.js
literal.js
76 B
履歴
Raw
1
2
3
4
5
6
export class Literal {
constructor (type) {
this.type = type;
}
}