Servostar / gemstone

Gemstone programming language compiler (GSC)
GNU General Public License v2.0
3 stars 0 forks source link

Concept/ast design #66

Closed Servostar closed 2 months ago

Servostar commented 2 months ago

Added library for creating, modifying and deleting nodes for an abstract syntax tree. The syntax tree is a directed tree graph.

In order to force correct usage of resources, function attributes were added. This requires the C language version to be at least C23. Please check for compatibility issues