Björn Ruytenberg
|
14a679a8dc
|
Merge branch 'dev' into add-pcie-support
|
2024-11-12 19:18:52 +01:00 |
|
Björn Ruytenberg
|
f0123c8790
|
pcitree: Initial work to add pcitree command
|
2024-11-12 19:14:48 +01:00 |
|
SinaKarvandi
|
851375ec15
|
add local apic command
|
2024-11-08 21:00:21 +01:00 |
|
Björn Ruytenberg
|
7d1cd99828
|
Fix formatting
|
2024-11-08 14:49:03 +01:00 |
|
Abbas-MG
|
3adbd7b57b
|
Merge branch 'dev' into parser-Comment-fix_2
|
2024-09-30 22:37:16 +03:30 |
|
Abbas-MG
|
96ba6544fa
|
few parser fixes rmv 3 cmd cases
|
2024-09-30 21:32:40 +03:30 |
|
SinaKarvandi
|
b5097b1893
|
add hw extension command
|
2024-09-30 17:25:12 +02:00 |
|
Abbas-MG
|
5069b69b0c
|
some parser fixes
|
2024-09-30 16:46:58 +03:30 |
|
Abbas-MG
|
0487556985
|
some parser fixes
|
2024-09-30 16:46:58 +03:30 |
|
Abbas-MG
|
490b2b4657
|
modified to cope with Trim()
|
2024-09-30 16:46:58 +03:30 |
|
Abbas-MG
|
9cd1330e14
|
fix additional test cases and their pertaining code
|
2024-08-24 19:16:33 +03:30 |
|
Abbas-MG
|
cce5dd33bb
|
new way of handling newLine and block comments
|
2024-08-24 16:45:32 +03:30 |
|
Abbas-MG
|
6ec8754db4
|
fix bugged testCases
|
2024-08-24 16:45:32 +03:30 |
|
Abbas-MG
|
0915c09419
|
escaped newline bug fix
|
2024-08-24 16:45:32 +03:30 |
|
Abbas-MG
|
cb575a6624
|
escaped newline is now handled correctly
|
2024-08-24 16:45:32 +03:30 |
|
Abbas-MG
|
b5d6551165
|
fix newLine (\n) parse
|
2024-08-24 16:45:31 +03:30 |
|
Abbas-MG
|
7f248d3067
|
improved PrintToken(); now it prints in aligned columns
|
2024-08-24 16:45:31 +03:30 |
|
Abbas-MG
|
49877c680a
|
fix adjacent {
|
2024-08-21 00:56:08 +03:30 |
|
Abbas-MG
|
bba0914d77
|
single line comment at end of string fixed
|
2024-08-21 00:14:19 +03:30 |
|
sina
|
a1ef3e8808
|
add main command parser testcases with comments
|
2024-08-21 03:35:22 +09:00 |
|
SinaKarvandi
|
56fa031cdd
|
show the position of failed testcases
|
2024-08-19 18:24:08 +09:00 |
|
Abbas-MG
|
ad28eca220
|
first 73 tests passed
|
2024-08-19 07:27:42 +03:30 |
|
Abbas-MG
|
7671884c62
|
applied some parser fixes
|
2024-08-19 05:10:26 +03:30 |
|
SinaKarvandi
|
e23178b6d9
|
move failed test cases to the main testing test cases
|
2024-08-18 00:24:58 +09:00 |
|
Abbas-MG
|
7ce9991a4a
|
cleanupInterpreter
|
2024-08-16 14:50:35 +03:30 |
|
Abbas-MG
|
04bb555318
|
nestedStringFix
|
2024-08-16 03:58:31 +03:30 |
|
SinaKarvandi
|
1860612659
|
add more failed test cases
|
2024-08-15 19:46:49 +09:00 |
|
Abbas-MG
|
95ffeef9bf
|
IdxBracket var fix
|
2024-08-15 08:50:18 +03:30 |
|
Abbas-MG
|
85b0bdb221
|
nested {} fix
|
2024-08-15 08:35:23 +03:30 |
|
SinaKarvandi
|
f3cc9dbdfe
|
add more command parser testcases
|
2024-08-14 14:02:52 +09:00 |
|
Abbas-MG
|
e35635f0e0
|
fix adjacent { bug
|
2024-08-13 21:46:26 +03:30 |
|
SinaKarvandi
|
22e8d82452
|
add automated test case tester for command parser
|
2024-08-13 18:50:14 +09:00 |
|
SinaKarvandi
|
a747d56751
|
make parsing infrastructure for automated testing
|
2024-08-11 19:42:58 +09:00 |
|
SinaKarvandi
|
cf20290ab3
|
trim strings and beautify showing tokens in new command parser
|
2024-08-11 17:34:44 +09:00 |
|
SinaKarvandi
|
02c9b97505
|
add fixed issues to the changelog
|
2024-08-10 23:25:18 +09:00 |
|
SinaKarvandi
|
8c45148271
|
fix integration tokens for the new parser
|
2024-08-10 23:11:59 +09:00 |
|
SinaKarvandi
|
0fe90f5a7b
|
integrate new parser with the .script command
|
2024-08-10 22:30:05 +09:00 |
|
SinaKarvandi
|
c84408924c
|
integrate new parser with the .start command
|
2024-08-10 22:22:03 +09:00 |
|
SinaKarvandi
|
acae1d3a41
|
add support to path for the struct command
|
2024-08-10 21:21:23 +09:00 |
|
SinaKarvandi
|
b7725a769e
|
add new parser to debug, output and assembly commands
|
2024-08-10 20:06:26 +09:00 |
|
SinaKarvandi
|
ceb12f842f
|
change parser of hide and settings commands
|
2024-08-10 18:23:40 +09:00 |
|
SinaKarvandi
|
c3e4596d01
|
integrate dump command with new parser
|
2024-08-10 17:04:46 +09:00 |
|
SinaKarvandi
|
787e79d713
|
add more commands to the new token parser
|
2024-07-31 19:49:52 +09:00 |
|
SinaKarvandi
|
2843332a1c
|
change error message for initial commands
|
2024-07-31 18:21:23 +09:00 |
|
SinaKarvandi
|
dcb9f44584
|
change showing parsed tokens
|
2024-07-30 20:16:05 +09:00 |
|
SinaKarvandi
|
4fc7d9d441
|
change code, condition and script parser
|
2024-07-30 19:38:50 +09:00 |
|
SinaKarvandi
|
5d9959cdf6
|
change event commands to new parser
|
2024-07-30 18:44:15 +09:00 |
|
SinaKarvandi
|
e1e4a13cf0
|
applying new parser to commands 8
|
2024-07-30 16:55:06 +09:00 |
|
SinaKarvandi
|
c878957cbb
|
applying new parser to commands 7
|
2024-07-30 15:47:35 +09:00 |
|
SinaKarvandi
|
33b1ad5be5
|
applying new parser to commands 6
|
2024-07-30 15:07:17 +09:00 |
|