Commit Graph

41 Commits

Author SHA1 Message Date
748956622e
Updated man, documentation and CI 2024-03-01 10:31:00 +01:00
62ccddafc9
Added tests for macros
All checks were successful
dc / build (push) Successful in 35s
2024-03-01 10:22:38 +01:00
2f6abbec69
Added test for ';X' function
All checks were successful
dc / build (push) Successful in 35s
2024-03-01 10:02:41 +01:00
24b26d2154
Added test for ':X' function 2024-03-01 09:48:47 +01:00
7e7c4c08d6
Added tests for registers
All checks were successful
dc / build (push) Successful in 36s
2024-03-01 09:12:34 +01:00
5d65d4f3b1
Added tests for input/output and radix commands(i/I,o/O,k/K)
All checks were successful
dc / build (push) Successful in 35s
2024-02-29 10:44:59 +01:00
e61a7debfa
Added tests for 'stack' class
All checks were successful
dc / build (push) Successful in 35s
2024-02-29 10:04:45 +01:00
f7932f9566
Completed tests for 'math' class
All checks were successful
dc / build (push) Successful in 37s
2024-02-29 09:19:34 +01:00
beee6a98d0
Added test for 'sqrt' function
All checks were successful
dc / build (push) Successful in 36s
2024-02-28 16:38:43 +01:00
f2292c2598
Updated CI
All checks were successful
dc / build (push) Successful in 37s
2024-02-28 16:32:36 +01:00
51777de716
Added tests for 'math' class 2024-02-28 16:17:43 +01:00
bc558c02e1
Added gitea CI
All checks were successful
dc / build (push) Successful in 39s
2024-02-23 10:39:32 +01:00
505b623102
Added binaries 2024-02-13 16:39:55 +01:00
4f33f07b09
Updated github link 2024-01-16 09:36:12 +01:00
6b5b435b03
Refactored stack functions 2023-12-15 16:40:20 +01:00
8e45f90e16
Fixed a minor bug 2023-12-04 09:22:09 +01:00
f428edbebc
Added 'a{sin,cos,tan}' functions 2023-11-28 15:21:40 +01:00
025a652f60
Fixed 'f' and 'p' functions 2023-11-17 10:03:20 +01:00
17dc7436e2
Updated documentation 2023-11-16 16:08:50 +01:00
7d66afd3da
Merge branch 'parameters' 2023-11-16 11:42:09 +01:00
4223cfd509
Added 'o' and 'O' support 2023-11-16 11:34:42 +01:00
c8dae17e30
Fixed macro issue 2023-11-16 09:42:05 +01:00
d61afafcf8
Fixed 'i' option for good 2023-11-16 09:38:50 +01:00
fe56789851
Fixed 'i' option 2023-11-15 17:01:02 +01:00
042b266c9b
Added 'i' and 'I' options 2023-11-15 16:24:42 +01:00
b5bab82990
Added 'k' and 'K' options 2023-11-15 12:04:10 +01:00
205c77ef8d
Added 'Parameters' data type 2023-11-15 10:23:29 +01:00
20b5e87321
Fixed typo 2023-11-15 09:26:01 +01:00
2c766fd38e
Added 'parameters' options to lexer 2023-11-15 09:20:40 +01:00
824a6e480c
Added template constrain to 'is_num' template method 2023-11-13 16:12:09 +01:00
6d41159e36
Migrated to CMake 2023-11-09 10:31:50 +01:00
f75ac99625
Added 'print_base' function 2023-11-08 10:30:51 +01:00
137c781ee3
2023-11-06 12:28:26 +01:00
1c207ff5a6
Changed compiler to clang 2023-11-06 11:19:03 +01:00
ec3d4ffaea
Fixed various bugs 2023-11-06 11:17:01 +01:00
6726107d03
Added macro conditions and updated documentation 2023-11-06 10:20:33 +01:00
75b39b99a3
Fixed minor stuff 2023-11-03 11:57:19 +01:00
195fb4476a
Fixed various bugs and fixed number representation error 2023-11-03 10:48:30 +01:00
09985c928b
Updated documentation 2023-11-02 17:38:34 +01:00
460826cc32
Updated documentation 2023-11-02 17:33:26 +01:00
84a0704588
First upload 2023-11-02 17:25:24 +01:00