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

1.0.0 #14

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b2f3e0e
Initial draft of 1.0.0
nobody5050 Jan 28, 2023
de36946
`!` no longer negates numbers
nobody5050 Jan 28, 2023
661d9ee
while loops
nobody5050 Jan 29, 2023
9d31618
Initial draft of lists
nobody5050 Jan 30, 2023
482ff1b
change grammar of string concatenation
nobody5050 Jan 30, 2023
c7e946f
quick changes and clean up
nobody5050 Jan 30, 2023
df19535
Basic file io
nobody5050 Apr 16, 2023
9ee412a
reading and writing binary, byte type, and printing file example
nobody5050 Apr 16, 2023
eab15be
Fix some errors and make 1 thing more clear
StealthHydra179 Apr 16, 2023
cb3818f
Style Guide
StealthHydra179 Apr 16, 2023
343158b
Merge branch '1.0.0' into StealthHydra179-patch-1
StealthHydra179 Apr 16, 2023
1b4e994
Update Typo
StealthHydra179 Apr 16, 2023
c6945f8
Formatting and grammar issues
StealthHydra179 Apr 16, 2023
44c4503
Merge pull request #8 from RandomSoup/StealthHydra179-patch-1
nobody5050 Apr 17, 2023
48bb7c1
Add style guide and fix typos
Bigjango13 Apr 18, 2023
ac999db
Operator and greater were misspelled
Bigjango13 Apr 19, 2023
6f16333
Merge pull request #9 from Bigjango13/style-guide
nobody5050 Apr 23, 2023
dc4e110
Fix examples
Bigjango13 May 1, 2023
adc18d1
Merge pull request #11 from Bigjango13/1.0.0
nobody5050 May 1, 2023
ba5628b
Add string indexing
Bigjango13 May 18, 2023
66a51e2
Revert changes to `len()`
Bigjango13 May 19, 2023
d575648
Merge pull request #12 from Bigjango13/1.0.0
nobody5050 May 20, 2023
4d77107
fix some glaring issues with file io
nobody5050 May 20, 2023
359c9bb
Conversions between string and byte, inconsistency fixes
nobody5050 May 20, 2023
29237f2
argv additions, unify on functi for example functions
nobody5050 May 20, 2023
de85d73
definitely didn't forget that functis can have 0 arguments
nobody5050 May 22, 2023
5440c05
list appending, concatenation
nobody5050 May 22, 2023
32d8bef
appending lists into lists explicitly defined
nobody5050 May 22, 2023
96a257a
the in keyword
nobody5050 May 22, 2023
ca88e48
Invalid type comparisons for the in keyword
nobody5050 May 22, 2023
18f450c
Update functions; First-class and overloading
Bigjango13 Jul 13, 2023
9bfc56d
Merge pull request #13 from RandomSoup/jango/functis
nobody5050 Jul 13, 2023
5493ad2
Update readme.md
nobody5050 Jul 17, 2023
9e8ddf5
List additions
nobody5050 Jul 18, 2023
83d981a
Fix typos
Bigjango13 Jul 18, 2023
9347d51
Merge pull request #15 from RandomSoup/jango/typos
nobody5050 Jul 18, 2023
f29522b
Changes to the way import works
nobody5050 Jul 19, 2023
828d37d
Jango/minor improvements (#16)
Bigjango13 Oct 14, 2023
2d5fceb
Better define list operations (#17)
Bigjango13 Oct 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading