Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Data Types Modules. #15

@Thecarisma

Description

@Thecarisma

Author : @Youngestdev

I'll be working on building data type modules such as List.sim and Number.sim.

Reason.

Modules will enable us carry out basic operations in data type.

Example

A list will be able to add, delete, reverse once the module is built.

list = ["a", "b", test] 

display list +crlf
// Displays *a, b and test*
list.push("a")
// Undefined

Result from this ?

Well, we'll have methods that arrays ( as in JavaScript ) or Lists ( as in Python ).

example :

.push()
.pop()
.reverse()
And so many more.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestmoduleA new Module addition to the simple-lang standard library

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions