lcnvdl / html-go

HtmlGo: The interpreter that lets you 'program' in HTML! Now you can finally join the fun and proudly say you're an HTML programmer (sort of)!
https://htmlgo.org
Other
2 stars 0 forks source link

Support for Reference Type Variables and Data Structures #9

Open lcnvdl opened 1 year ago

lcnvdl commented 1 year ago

Currently, HtmlGo only supports value type variables, and there is no support for reference type variables. This limitation prevents the implementation of essential data structures like arrays and classes. To expand the capabilities of HtmlGo and enable more advanced programming features, it is crucial to introduce support for reference type variables.

With reference type variables, developers will have the ability to create complex data structures, manage memory more efficiently, and build more sophisticated applications. This enhancement will significantly enhance the flexibility and versatility of HtmlGo, allowing developers to create a wider range of applications and solve more complex problems.

By implementing reference type variables, HtmlGo will take a significant step forward in providing a more comprehensive programming experience, making it an even more powerful language for developers to work with.

lcnvdl commented 1 year ago