[nem-en] Re: [svn] r6556: nemerle/trunk/ncc:completion/CodeCompletionEngine.n parsing/MainParser.ntyping/OverloadPoss...

Kamil Skalski kamil.skalski at gmail.com
Sat Aug 19 19:15:55 CEST 2006


So it should be
namespace Nemerle.Compiler {
  module  Completion {

instead of
   module {

?

Because the current code in svn does not compile:
<dmn> completion/CodeCompletionEngine.n:52:3:100:4: error: parse error
near `{...}' group: expecting identifier
<dmn> completion/CodeCompletionEngine.n:52:3:100:4: error: parse error
near `{...}' group: unexpected end of token sequence
<dmn> completion/CodeCompletionEngine.n:52:3:100:4: error: parse error
near separator or closing bracket: expecting type body

2006/8/19, vc <vc at rsdn.ru>:
>    > > +namespace Nemerle.Compiler
>    > > +{
>    > > +  public module
>    > > +  {
>    >
>    > Looks like something is missing... ;)
>
>    In the beginning, I have created the module:
>    namespace Nemerle.Completion
>    {
>      public module Completion
>      {
>
>    But, in my option, ...Completion.Completion is unreasonable...
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>


-- 
Kamil Skalski
http://nazgul.omega.pl



More information about the devel-en mailing list