Skip to content

Possibly incorrect character escaping #34

Description

@ancavar

Lama:

printf("hello\\nlama\n")

Command

lamac hello.lama && ./hello  

Output

hello\
lama

C:

#include <stdio.h>

int main(int argc, char *argv[]) {
	printf("hello\\nlama\n");
	return 0;
}

Command

gcc hello.c -o hello && ./hello

Output

hello\nlama

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions