lci icon indicating copy to clipboard operation
lci copied to clipboard

A LOLCODE interpreter written in C.

Results 44 lci issues
Sort by recently updated
recently updated
newest added

Nevermind, I found a solution. Hey not sure if this the proper place to put this but I'm trying to build the most current lci build so I can use...

Hai! I'm really enjoying this language, and am trying to implement an interpreter, as a study on compilers. However, there is only the 1.2 version available. Is there any kind...

Two unique security bugs were discovered in the LCI program when executing various fuzz tests against the interpreter. The first vulnerability discovered was an out of bounds read and the...

``` I HAS A I ITZ 10 VISIBLE I IM IN YR LP NERFIN YR I TIL BOTH SAEM I AN 0 VISIBLE I IM OUTTA YR LP VISIBLE I...

I noticed that people occasionally had trouble building the project, particularly on Windows, so I thought it might be good to have a binary distribution. I'm not an Appveyor expert,...

Was it intended for the program to fail when I try to write expressions with the NOOB value? Because I think it would be very useful to be able to...

It shows this: Microsoft Windows [Version 10.0.19044.1889] (c) Microsoft Corporation. All rights reserved. C:\Users\bobby>cd C:\lci-master The system cannot find the path specified. C:\Users\bobby>cd C:\Users\bobby\OneDrive\Documents\GitHub\lci C:\Users\bobby\OneDrive\Documents\GitHub\lci>install.py --prefix="C:/Program Files/lci" Running cmake with...

Hello! The test suite fails on the latest commit when using Python 3. It looks like: ``` Expected output didn't match! Expected output: 1 0 -1 2 -3.45 6.78 abc...

While adding a LOLCODE implementation to my https://github.com/andysturrock/CoffeeMug repo I realised I needed a way to sleep LOLCODE for x seconds. This PR adds the sleep(3) call from unistd.h. I...