Sorry, do you mean to check DATATPE_SHORT and DATATYPE_LONG inside parse_is_int_...

Tony Fu Answered 2 answers
Question by Tony Fu 3 years ago

Question

Sorry, do you mean to check DATATPE_SHORT and DATATYPE_LONG inside parse_is_int_valid_after_datatype()? I never heard of a double int nor a float int. Thank you

Answers

Answered by Daniel McCarthy

Instructor

Yes your correct their is no float int or double int, this small mistake was corrected later in the course I believe. Just keep following the course and by the end of the course you will have a subset C compiler

Thanks,
Dan

Answered by Daniel McCarthy

Instructor

Q&A is mostly for questions to help keep it clean any issue reports should be submitted on Github where they can be investigated further. The reason being most things people bring to me have already been identified and fixed before, so if you do find something unusual its always best to check the most recent commit to see if it still exists and if it does then file an issue report on Github. This helps keep the Q&A clean for questions rather than bug fixes or small improvements. I do appreciate however that you brought it to me, anything you find by submitting an issue report on Github it can be better addressed.