all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aemon <aemoncannon@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Difficulties byte-compiling very large .el
Date: Wed, 12 Aug 2009 19:50:38 -0700 (PDT)	[thread overview]
Message-ID: <ce4a3d55-0067-47c6-9c35-d81293320945@f37g2000yqn.googlegroups.com> (raw)

I've been working on a project to create an elisp target for the ANTLR
parser-generator. Here's the project page:
http://github.com/aemoncannon/antlr-elisp/tree/experimental

The generated parser for ActionScript 3 is over 30k lines long and
fails to byte-compile with the message:
as3_elispParser.el:31515:33:Error: Invalid character: 256, #o400,
#x100

Here's the source in question: http://aemon.com/file_dump/as3_elispParser.el

I don't think the error is actually related to the content of the
file, as deleting arbitrary chunks seems to make the error go away.

There are lots of "Warning: reference to free variable ...." warnings,
but I understand where those are coming from and I'm not worried about
them.

Bear in mind there are *lots* of macros being expanded. Most of the
forms with the prefix 'a3el' are macros.

Any ideas?


             reply	other threads:[~2009-08-13  2:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-13  2:50 Aemon [this message]
2009-08-14 16:52 ` Difficulties byte-compiling very large .el Xah Lee
2009-08-18  3:48   ` Aemon
2009-08-18  4:22     ` Xah Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ce4a3d55-0067-47c6-9c35-d81293320945@f37g2000yqn.googlegroups.com \
    --to=aemoncannon@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.