unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH 0/1] Preserve source properties in unparse-tree-il
@ 2020-10-30 16:00 Holger Peters
  2020-10-30 16:00 ` [PATCH 1/1] " Holger Peters
  0 siblings, 1 reply; 2+ messages in thread
From: Holger Peters @ 2020-10-30 16:00 UTC (permalink / raw)
  To: guile-devel; +Cc: Holger Peters

I realized that parse-tree-il uses source-properties to fill the
location slots in the tree-il AST elements, while unparse-tree-il
doesn't set source-properties on the resulting list values.

This patch preserves the source-properties in the unparse-tree-il
transformation so it should now be possible to translate back and
forth.

Holger Peters (1):
  Preserve source properties in unparse-tree-il

 module/language/tree-il.scm | 75 +++++++++++++++++++++----------------
 1 file changed, 42 insertions(+), 33 deletions(-)

-- 
2.28.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-30 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 16:00 [PATCH 0/1] Preserve source properties in unparse-tree-il Holger Peters
2020-10-30 16:00 ` [PATCH 1/1] " Holger Peters

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).