tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] '.' as code position in asm_expr_unary()


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] '.' as code position in asm_expr_unary()
Date: Tue, 19 Apr 2016 08:25:51 +0300

> Probably on PARSE_FLAG_ASM_FILE would be better to leave single dots as tok
= '.' -- that is when next char is not IS_ID it will not become a symbol on
its own.

A patch for the asm .rept/.endr directives
https://github.com/seyko2/tinycc/commit/41356cad25119a1c0d1bdac85991657b4fdf829f
    and '.' alone is a token now in *.S (not an identifier)
    representing a current position in the code (PC).

PS: I don't know now how to commit to the [mob] branch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]