Add Forth constants: BIN and FORTH-WORDLIST. - #2
Conversation
3baf8bf to
6c60ef6
Compare
|
Ping @infininight! |
|
Can you provide some documentation for this change? The forth grammar isn't something I've really looked at before so I'm not aware if a language spec exists or if this is one of those languages with varied interpretations of the spec depending on the compiler. |
|
This is from the Forth 2012 standard: |
|
Looking at those two pages there are a whole lot of similar items in the sidebar, the grammar doesn't match the majority of them. Is there are reason these two are should be called out? |
|
Those two are the only constants in the Forth 1994 standard that are missing from the grammar. Most other words in the sidebar are not constants. I provided links to the 2012 standard. I haven't checked which new words it adds. |
CC @vze26m98