Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 792 Bytes

grammar_features.md

File metadata and controls

35 lines (31 loc) · 792 Bytes

Grammar Features Task List

Silicon Features currently in Grammar

  • Comments
    • ✅ singe line
    • ✅ multiline
    • ✅ documentation
  • Identifier & Parameters
    • ✅ Typed Identifiers
    • ✅ Typed Parameters (List)
  • Variable
    • ✅ Variable Declaration
    • ✅ Variable Assignment
    • ✅ Variable Declaration Assignment
  • Functions
    • ✅ Basic Function Structure
    • ✅ Function with body
    • ✅ Named Function Declaration
    • ✅ Anonymous Function Declaration
    • ✅ Lambda function syntax
  • Terminators
    • ✅ lineTerminator
  • Literals
    • ✅ integer literals
    • ✅ float literals
    • ✅ decimal literals
    • ✅ hexadecimal literals
    • ✅ digit separators
    • ✅ octal literals

LEGEND

✅ - Implemented ❌ - Not (yet) Implemented