Commit Graph

27 Commits

Author SHA1 Message Date
75797b5d5d fix: unable to parse false 2022-02-18 22:32:59 -05:00
d5b8e66ed3 feat: finished read_value 2022-02-18 22:09:39 -05:00
85112634b2 feat: implemented pretty print 2022-02-17 08:02:55 -05:00
63ca6742c1 feat: implemented argo_write_value 2022-02-17 00:39:38 -05:00
1589be8e64 fix: refactored validargs 2022-02-16 18:17:09 -05:00
395b2b254b fix: fix invalid indent value case
feat: implemented main.c
2022-02-15 12:54:42 -05:00
3d7131a43e refactor: refactor validargs.c, make it neater 2022-02-12 19:40:27 -05:00
a8230d70d3 fix: initialize global_option to 0 2022-02-12 16:53:07 -05:00
8203b3daba fix: if no value for p passed, set default value to 4 2022-02-12 16:50:01 -05:00
c85f4e85a1 feat: implemented validargs.c 2022-02-12 16:47:38 -05:00
f2e7a5fbac Merging HW1_CODE 2022-02-07 15:58:22 -05:00
307de90e13 fix: return Hi instead of Hello 2022-02-07 15:53:55 -05:00
d60cb622aa Academic Honesty statement 2022-02-07 15:51:51 -05:00
a3d945b185 Merge remote-tracking branch 'HW0_CODE/master'
merge HW0
2022-02-07 15:51:00 -05:00
Gene Stark
3c048e2f19 Correct printing of exact 0.1. 2022-02-05 12:17:44 -05:00
Gene Stark
3fc2cc85f3 Correct regression where lib/argo_write_value was calling argo_write_string, instead of the internal version. 2022-02-02 02:33:20 -05:00
Gene Stark
1ac01a9efd Correct escaping of characters with Unicode code points greater than \u00ff. 2022-01-31 13:40:43 -05:00
Gene Stark
5be82bd406 Remove incorrect white space when printing an object member. 2022-01-30 10:38:06 -05:00
Gene Stark
9e6ea65844 Fix matching of tokens "true", "false", "null". Fix character counting. 2022-01-29 12:09:56 -05:00
Gene Stark
821be24331 Correct issue with @return specification for argo_read_value(). 2022-01-27 15:26:07 -05:00
Gene Stark
8be8175f96 Split the contents of lib/argo.a into a "read module" and a "write module", so they can be used separately. 2022-01-27 15:16:22 -05:00
Gene Stark
775d42de2b Add test_output directory, which got omitted. 2022-01-27 05:34:06 -05:00
Gene Stark
6dfda0e777 Change test to be consistent with the behavior specified in the assignment handout. 2022-01-26 17:54:28 -05:00
CSE320 Admin
e13e0e380b Add README.md 2022-01-18 15:14:35 -05:00
Gene Stark
29feb95703 Fix _test/_tests issue in Makefile that I thought I fixed before. 2022-01-16 15:50:23 -05:00
Gene Stark
568d33253c Add files for hw0. 2022-01-15 17:00:23 -05:00
Gene Stark
595cae98a1 Bring in basecode from development repo. 2022-01-15 16:47:59 -05:00