Commit Graph

14 Commits

Author SHA1 Message Date
WerWolv
9de99d9b08 includes/std: Added std::mem::eof function 2021-11-28 15:09:30 +01:00
WerWolv
c2209e6007 includes/std: Added std::file helpers 2021-11-28 15:09:30 +01:00
WerWolv
8e2ea5c330 includes/std: Added hash module 2021-11-28 15:09:30 +01:00
WerWolv
34abca0ee3 includes/std: Added to_upper, to_lower and replace string function 2021-11-28 15:09:30 +01:00
WerWolv
55a15dc14b includes/std: Added sign, copy_sign, factorial, comb and perm math functions 2021-11-28 15:09:30 +01:00
WerWolv
44fee9ecdc includes/std: Fixed std::ptr functions calculating base wrong 2021-11-28 15:09:30 +01:00
WerWolv
348d16d99b includes/std: Added string reverse function 2021-11-28 15:09:30 +01:00
WerWolv
b2f58d876d includes/libstd: Fixed missing semicolon in fixed point library 2021-10-20 15:13:26 +02:00
WerWolv
f5602b672c includes/std: Added fixed point change_precision function 2021-10-04 20:32:07 +02:00
WerWolv
e35ab5b459 includes/std: Fixed wrong name of ispunct function 2021-10-04 20:31:49 +02:00
WerWolv
5a22ecd15e includes/std: Added ptr helpers 2021-10-04 20:31:12 +02:00
WerWolv
935a1b7e3b includes/std: stdint -> cint 2021-10-04 20:30:57 +02:00
WerWolv
4eff8460ba includes: Added pattern language standard library (#19)
* libstd: Initial standard library work

bit operations, fixed point, numeric limits and math functions

* libstd: Added ctype, rustint, stdint and string library, expand bit, fxpt and math library

* patterns: Drastically improve ELF pattern

* patterns: Added atmosphere AFE2

* patterns: tabs -> spaces

* patterns: Added archive file pattern
2021-09-30 12:55:42 +02:00
WerWolv
f2d85fd506 Uploaded currently available files 2020-12-03 21:49:54 +01:00