Errors and Current Support

This page is a quick checklist for what the parser supports today and what kinds of mistakes it commonly reports.

Back to Language Reference


Common Parse Errors

Current Language Summary

The parser currently supports:

For a beginner-friendly walkthrough of array declarations, index syntax, array reference parameters, and sub-array passing, see Arrays.

User-defined types currently support data fields, nested user-defined field types, and array fields declared with positive integer literal dimensions. One-dimensional array fields can be resized with Resize and measured with ArrayLen, including through nested member chains. Methods, constructors, and inheritance are not currently supported.

This guide describes the implemented language surface as it exists today.