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
/
DefaultNode.cs
15 lines
171 B
C#
Raw
Normal View
History
Unescape
Escape
First Commit
2023-07-27 03:31:32 +00:00
using
TLang.Lexer
;
namespace
TLang.Parser
{
public
class
DefaultNode
:
Node
{
Working on VM
2023-07-29 00:11:09 +00:00
public
DefaultNode
(
)
First Commit
2023-07-27 03:31:32 +00:00
{
Working on VM
2023-07-29 00:11:09 +00:00
First Commit
2023-07-27 03:31:32 +00:00
}
}
}