вторник, 13 октября 2015 г.

#840. Code generation. Cease to use Addr

Original in Russian: http://programmingmindstream.blogspot.ru/2015/08/addr.html
The previous series was here – Code generation. Some more cosmetics and decoration. Removing the tricks.

Now let’s stop using the Addr.

In this commit:

https://bitbucket.org/lulinalex/mindstream/commits/e5e1ce5280a9884d1500d2d95d1aeba851292f2e

We had:

[ Addr Project1 Addr Project2 Addr Project3 ]
%REMARK 'Full list of root elements (projects)'
 [ Addr .dump Addr .pas Addr .c++ Addr .h ]
 %REMARK 'Full list of generators'
  CallGensList
  %REMARK '- launches the list of generators on the model’s “root elements” list'

We have:

( Project1 Project2 Project3 )
%REMARK 'Full list of root elements (projects)'
 ( .dump .pas .c++ .h )
 %REMARK 'Full list of generators'
  CallGensList
  %REMARK '- launches the list of generators on the model’s “root elements” list'


Комментариев нет:

Отправить комментарий