From 125789ae1ebe6a5c548876ab9e69959b6fddc1d9 Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Sun, 4 Nov 2018 07:44:40 -0600 Subject: [PATCH] update table heading and content --- docs/rakudo-nqp-and-pod-notes.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/rakudo-nqp-and-pod-notes.md b/docs/rakudo-nqp-and-pod-notes.md index 77bc2b309df..d515282d6a5 100644 --- a/docs/rakudo-nqp-and-pod-notes.md +++ b/docs/rakudo-nqp-and-pod-notes.md @@ -170,12 +170,17 @@ changes--not fun! There is an ongoing effort to better document the process for later developers. Following is the start of a table to show the grammar tokens that have -action methods. - -| Grammar tokens | Action method? | Pod sub? | -| --- | --- | --- | -| pod_textcontent | yes - +action methods and their resulting `.ast` values. + +| Actions method | `made` (`ast`) value +| --- | --- +| pod_textcontent | +| pod_block:sym | QAST node [instance of Pod::Heading] +| pod_block:sym | QAST node [instance of Pod::Item] +| pod_block:sym | QAST node [instance of Pod::Defn] +| pod_block:sym | QAST node [instance of Pod::Block::Named] +| pod_content:sym | $.ast; +| pod_content_toplevel | $.ast ## :numbered aliasing