Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases/0.3.0 #42

Merged
merged 8 commits into from
Mar 23, 2022
Merged

Releases/0.3.0 #42

merged 8 commits into from
Mar 23, 2022

Conversation

fly-lang
Copy link
Owner

#20
Implement following data types:

bool -> 1 bit
byte -> 8bit unsigned
ushort -> 16 bit unsigned
short -> 16 bit signed
uint -> 32 bit unsigned
int -> 32 bit signed
ulong -> 64 bit unsigned
long -> 64 bit signed
float -> 32 bit
double -> 64 bit

@fly-lang fly-lang added the enhancement New feature or request label Mar 23, 2022
@fly-lang fly-lang self-assigned this Mar 23, 2022
@fly-lang fly-lang closed this Mar 23, 2022
@fly-lang fly-lang reopened this Mar 23, 2022
@fly-lang
Copy link
Owner Author

Add new Data Types

@fly-lang fly-lang merged commit 1c0019f into main Mar 23, 2022
@fly-lang fly-lang linked an issue Mar 23, 2022 that may be closed by this pull request
@fly-lang fly-lang deleted the releases/0.3.0 branch April 4, 2022 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Data Types: Double, Long
1 participant