This thesis presents new methods for deterministic parallel parsing of strong LR grammars and of LRP(q, k) grammars - a new subset of grammars suitable for bottom up parsing. The text of this thesis contains examples, definitions, algorithms and proofs of new approaches. During the parallel parsing process the input string is divided into substrings which are delivered to the processors. The processors form a binary tree architecture. The root of the tree contains the result of the parsing. The algorithm for merging of partial parsing results is the parallel reduction. That is the reason of logarithmic time complexity. Applicable context free grammars for bottom up parallel parsing are strong LR grammars. In the case of the context free gra...