WLTools / LanguageSpec

A description of the language syntax and associated data, examples, and nonexamples.
MIT License
16 stars 1 forks source link

FE vs CL: Parsing is context-dependent, but `FullForm` is unambiguous? #2

Open rljacobson opened 4 years ago

rljacobson commented 4 years ago

It's not yet clear what this means. From the user's perspective, FullForm is parsing. From https://mathematica.stackexchange.com/a/216984/27662:

Most signifcantly, FullForm doesn't depend on the environment--parsing of an input might be context-dependent, but once you have an expression its FullForm is unambiguous. – Itai Seggev