-
For example,if I have a recrusive record like this : mList( [[[[[[nil,2],3],4],5],6],7])
how I can get a record mList2( [[[[[nil,3],4],5],6],7] ) conviently?
I want to remove the first element,the r…
-
Migrated from [rt.perl.org#131083](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=131083) (status was 'open')
Searchable as RT131083$
p5pRT updated
2 years ago
-
PR #241 replaced souffle-wave with souffle-mcpp, with the reasoning that "Using mcpp means better cross-compatibility, and works out of the box on several OSes.".
Replacing souffle-wave seems like…
ghost updated
3 years ago
-
## **/tmp/make.blead.64.dynamic.ascii.out**
c99 -c -qlanglvl=extc1x -Wc,lp64 -qexportall -qhaltonmsg=3296:4108 -qsuppress=CCN3159 -qfloat=ieee -DMAXSIG=39 -DOEMVS -DYYDYNAMIC
-DNO_LOCALE_MESSAG…
-
`tools/souffle_converter.py`
The semantics of the ord() function is different in the two tools, but the conversion script does not prompt this, and directly converts it, which leads to potential bu…
-
the end of the build has:
/bin/c99 -qxplink -qdll -Wl,XPLINK,dll -Wl,EDIT=NO -L/usr/local/lib -o miniperl \
opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o…
-
Via slack:
> For example I'm seeing directive usage like .set .LC1,.LC0 from GCC where .LC1is referenced in the code being filtered out by the "Directives" filtering
https://godbolt.org/z/r…
-
![image](https://user-images.githubusercontent.com/60656299/132125762-c56c21c2-0aa6-4b99-b696-264be380c007.png)
![image](https://user-images.githubusercontent.com/60656299/132125782-2929f6c1-e741-455…
-
Test program:
```
.decl Fact(s:symbol)
Fact("hello.py").
.decl isPy1(s:symbol)
.output isPy1
.decl isPy2(s:symbol)
.output isPy2
isPy1(s) :- Fact(s), match(".*\.py", s).
isPy2(s) :- F…
gfour updated
3 years ago
-
"extension documentation contest" is a bit long. Find a name which can be used in announcements and in prices etc.
Also a hashtag (e.g. like `#t3dd` for developer days etc.)
Ideally, something c…