https://bugzilla.wikimedia.org/show_bug.cgi?id=43547

Dereckson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Dereckson <[email protected]> ---
If we want to explore this option, I would recommend to take a look to two
small applications: Jive and valspeak, as there are very easy to implement.

I have to note these applications could be in violation with modern expectation
of decency and politeness.

For example, the jive application [1] is built with the following code:

#include <stdio.h>

char *yylex();

int main()
{
        char *line;
        while(line = yylex()){
                printf("%s", line);
        }
        return 0;
}

And this lex list:
http://stuff.mit.edu/afs/sipb/user/rfrench/src/jive/jive.l

The valspeak lex list:
https://groups.google.com/group/net.sources/msg/be14e2cfcdf7eb06?dmode=source

[1]
https://groups.google.com/group/net.sources/tree/browse_frm/month/1986-10/e5cbd0d14f430065?rnum=81&_done=/group/net.sources/browse_frm/month/1986-10?&pli=1

Strangely, the jive application reaches FreeBSD port, but not the valspeak.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to