zxul767 / lox

An interpreter for the Lox language
1 stars 0 forks source link

implement `help` function in `clox` #33

Open zxul767 opened 1 year ago

zxul767 commented 1 year ago

this is a simple function that is most useful for discovering the signatures of standard library functions.

there's an initial (albeit incomplete) version in jlox that can serve as a guide for the implementation in clox