octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reading octave source code


From: Tatsuro MATSUOKA
Subject: Re: Reading octave source code
Date: Fri, 9 Sep 2011 16:40:17 +0900 (JST)

Hello

main function exist in src/main.c. It calls octave_main.
The function  octave_main exists in src/octave.cc.

Regards

Tatsuro
--- On Fri, 2011/9/9, Tao ZHOU  wrote:

> Hi all
> 
> I'm new here and I plan to do some octave development recently. 
> So I'm trying to understand the source code. 
> 
> But when I want to find out the work flow of octave, I find that I cannot 
> even find where the main function is. 
> 
> As I understand, two important part of octave is the octave type classes and 
> octave parse tree classes and the latter one should be implemented with 
> lex&yacc. 
> 
> So could you help me with the question? Just to help me find out where is the 
> main function so that I could start to go through the code.
> 
> Thank you for your help!
> 
> Best Regards
> 
> Tao
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]