Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eBarbarella

    garmmar in Prolog

    Can someone, please explain to me is it possible (and how) to use grammar in Prolog for extracting the list elements. For example, if I have a simple grammar s --> number, explanation. number --> [X], {integer(X)}. explanation --> [X], {atom X}. and if I have a list L=[1, 'someText'] s(L, [])...

Part and Inventory Search

Back
Top