remoo69 / Compiler-Sheesh

Compiler for the self-developed language Sheesh#.
MIT License
2 stars 1 forks source link

No syntax error when sheesh() has no statements #68

Open jldav1d opened 3 weeks ago

jldav1d commented 3 weeks ago

Expected: Syntax Error Actual: No Syntax Errors

Must reflect the CFG wherein contains statement which should be empty or null.

Example Code:

sheesh(){

}
sheesh(){
/*
    with block comment yow
*/
}