[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Are package folder supported?
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Are package folder supported? |
Date: |
Mon, 28 Jan 2013 09:28:25 -0500 |
On 28 January 2013 07:30, deraltefritz <address@hidden> wrote:
> I really would like to contribute, but I'm more than confused by the immense
> number of files inside "libinterp", and the non-speaking file names.
Which file names? It should be pretty easy to expand a few filenames
in the comments.
> Is there any form of documentation how instructions are parsed by Octave?
The GNU Bison manual. Octave's parser is pretty much a bash rip-off.
We try to give a general, very broad-strokes in etc/HACKING, but this
won't help you figure out much of the parser.
HTH,
- Jordi G. H.