Feature: A new DSL for ColorScheme and ExtraKeysView and even more in future

This commit is contained in:
zt515
2017-08-02 00:47:28 +08:00
parent 3f38df8911
commit f43c2dde2e
28 changed files with 522 additions and 240 deletions

View File

@ -0,0 +1,8 @@
package io.neolang.ast
import io.neolang.ast.typed.NeoLangTokenTypedNode
/**
* @author kiva
*/
class NeoLangNumberNode(token: NeoLangToken) : NeoLangTokenTypedNode(token)