Native type functions #16

Open
opened 2026-01-24 10:23:09 +01:00 by mike · 0 comments
Owner
  • String functions - UTF8 decision needs to be made first

    • len
    • slice
    • find
    • tolower
    • toupper
  • Array functions

    • len
    • push
    • pop
    • append
    • insert
    • remove
    • sort
    • reverse
    • clear
  • Table functions

    • len
    • clear
    • rawget
    • rawset
  • Type functions

    • typeof
    • tointeger
    • `tofloat
    • tostring
- [ ] String functions - UTF8 decision needs to be made first - [ ] `len` - [ ] `slice` - [ ] `find` - [ ] `tolower` - [ ] `toupper` - [ ] Array functions - [ ] `len` - [ ] `push` - [ ] `pop` - [ ] `append` - [ ] `insert` - [ ] `remove` - [ ] `sort` - [ ] `reverse` - [ ] `clear` - [ ] Table functions - [ ] `len` - [ ] `clear` - [ ] `rawget` - [ ] `rawset` - [ ] Type functions - [ ] `typeof` - [ ] `tointeger` - [ ] `tofloat - [ ] `tostring`
mike added this to the Phase 1 milestone 2026-01-24 10:23:09 +01:00
mike added this to the Transpiler project 2026-01-24 10:23:09 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: squat/transpiler#16
No description provided.