This website requires JavaScript.
Explore
Help
Sign In
tesses50
/
tlang-runtime-compiler
Watch
1
Star
0
Fork
You've already forked tlang-runtime-compiler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
461b439d5b
tlang-runtime-compiler
/
TLang.Parser
/
SymbolNode.cs
7 lines
111 B
C#
Raw
Blame
History
namespace
TLang.Parser
{
public
class
SymbolNode
:
Node
{
public
string
Name
{
get
;
set
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink